作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

... ... @@ -140,7 +140,7 @@ class ImageController extends Controller
* @method :post
* @time :2023/6/17 16:30
*/
public function single($files,$url){
public function single($files){
$hash = hash_file('md5', $files->getPathname());
//查看文件是否存在
$imageModel = new ImageModel();
... ...