正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -277,7 +277,6 @@ class ImageController extends Controller | @@ -277,7 +277,6 @@ class ImageController extends Controller | ||
| 277 | $data[] = $this->responseData($image_hash['path']); | 277 | $data[] = $this->responseData($image_hash['path']); |
| 278 | continue; | 278 | continue; |
| 279 | } | 279 | } |
| 280 | - $url = $this->config['root'].$this->path; | ||
| 281 | $image_type = $file->getClientOriginalExtension(); | 280 | $image_type = $file->getClientOriginalExtension(); |
| 282 | $fileName = uniqid().rand(10000,99999).'.'.$image_type; | 281 | $fileName = uniqid().rand(10000,99999).'.'.$image_type; |
| 283 | //同步数据到cos | 282 | //同步数据到cos |
-
请 注册 或 登录 后发表评论