作者 lyh

gx

@@ -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