作者 lyh

gx

@@ -72,7 +72,7 @@ class ProjectLogic extends BaseLogic @@ -72,7 +72,7 @@ class ProjectLogic extends BaseLogic
72 $info['upload_config'] =["upload_max_num"=>100, "allow_file_type"=>"doc,docx,xls,xlsx,pdf,txt,csv,png,jpg,jpeg", "upload_max_size"=>5]; 72 $info['upload_config'] =["upload_max_num"=>100, "allow_file_type"=>"doc,docx,xls,xlsx,pdf,txt,csv,png,jpg,jpeg", "upload_max_size"=>5];
73 } 73 }
74 if(empty($info['channel'])){ 74 if(empty($info['channel'])){
75 - $info['upload_config'] = ["user_id"=>"", "zone_id"=>"", "channel_id"=>""]; 75 + $info['channel'] = ["user_id"=>"", "zone_id"=>"", "channel_id"=>""];
76 } 76 }
77 return $this->success($info); 77 return $this->success($info);
78 } 78 }