|
...
|
...
|
@@ -277,7 +277,6 @@ class ImageController extends Controller |
|
|
|
$data[] = $this->responseData($image_hash['path']);
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
$url = $this->config['root'].$this->path;
|
|
|
|
$image_type = $file->getClientOriginalExtension();
|
|
|
|
$fileName = uniqid().rand(10000,99999).'.'.$image_type;
|
|
|
|
//同步数据到cos
|
...
|
...
|
|