This commit is contained in:
mkm 2023-10-10 15:18:44 +08:00
parent 746d9f4afb
commit 7026b42f80

View File

@ -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);