正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -140,7 +140,7 @@ class ImageController extends Controller | @@ -140,7 +140,7 @@ class ImageController extends Controller | ||
| 140 | * @method :post | 140 | * @method :post |
| 141 | * @time :2023/6/17 16:30 | 141 | * @time :2023/6/17 16:30 |
| 142 | */ | 142 | */ |
| 143 | - public function single($files,$url){ | 143 | + public function single($files){ |
| 144 | $hash = hash_file('md5', $files->getPathname()); | 144 | $hash = hash_file('md5', $files->getPathname()); |
| 145 | //查看文件是否存在 | 145 | //查看文件是否存在 |
| 146 | $imageModel = new ImageModel(); | 146 | $imageModel = new ImageModel(); |
-
请 注册 或 登录 后发表评论