From 443789e212b7db15d6c19c543c62db51c8bef3ef Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 10 Oct 2023 15:18:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/Auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index 444418ab..89e61d10 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -154,7 +154,6 @@ class Auth extends BaseController "mer_status" => 1, "rate" => 3, ]; - halt($data); $a= app()->make( ProductRepository::class)->create($data,0,1); // 下载图片并保存到目标路径 return app('json')->success($a);