修复
This commit is contained in:
parent
aaff591b00
commit
9da8c278c1
@ -154,7 +154,6 @@ class Auth extends BaseController
|
|||||||
"mer_status" => 1,
|
"mer_status" => 1,
|
||||||
"rate" => 3,
|
"rate" => 3,
|
||||||
];
|
];
|
||||||
halt($data);
|
|
||||||
$a= app()->make( ProductRepository::class)->create($data,0,1);
|
$a= app()->make( ProductRepository::class)->create($data,0,1);
|
||||||
// 下载图片并保存到目标路径
|
// 下载图片并保存到目标路径
|
||||||
return app('json')->success($a);
|
return app('json')->success($a);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user