正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -287,7 +287,7 @@ class ImageController extends Controller | @@ -287,7 +287,7 @@ class ImageController extends Controller | ||
| 287 | }else{ | 287 | }else{ |
| 288 | //TODO::上传亚马逊 | 288 | //TODO::上传亚马逊 |
| 289 | $amazonS3Service = new AmazonS3Service(); | 289 | $amazonS3Service = new AmazonS3Service(); |
| 290 | - $amazonS3Service->uploadFiles($files,$this->path,$fileName); | 290 | + $amazonS3Service->uploadFiles($file,$this->path,$fileName); |
| 291 | } | 291 | } |
| 292 | //批量存储 | 292 | //批量存储 |
| 293 | $this->saveMysql($imageModel,$file->getSize(),$image_type,$fileName,$hash,$this->upload_location,$file->getMimeType(),$name); | 293 | $this->saveMysql($imageModel,$file->getSize(),$image_type,$fileName,$hash,$this->upload_location,$file->getMimeType(),$name); |
-
请 注册 或 登录 后发表评论