正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论