正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -155,6 +155,8 @@ class ImageController extends Controller | @@ -155,6 +155,8 @@ class ImageController extends Controller | ||
| 155 | $cosService = new CosService(); | 155 | $cosService = new CosService(); |
| 156 | $cosService->uploadFile($files,$this->path,$fileName); | 156 | $cosService->uploadFile($files,$this->path,$fileName); |
| 157 | }else{ | 157 | }else{ |
| 158 | + var_dump(11111); | ||
| 159 | + die(); | ||
| 158 | $res = $files->move($url,$fileName); | 160 | $res = $files->move($url,$fileName); |
| 159 | if ($res === false) { | 161 | if ($res === false) { |
| 160 | return $this->response($files->getError(), Code::USER_ERROR); | 162 | return $this->response($files->getError(), Code::USER_ERROR); |
-
请 注册 或 登录 后发表评论