作者 lyh

gx

... ... @@ -154,8 +154,6 @@ class ImageController extends Controller
$fileName = uniqid().rand(10000,99999).'.'.$files->getClientOriginalExtension();
//同步数据到cos
if($this->upload_location == 1){
var_dump(11111);
die();
$cosService = new CosService();
$cosService->uploadFile($files,$this->path,$fileName);
}else{
... ...