Commit f25cc59c by 杨树贤

去掉调试

parent 33d99783
...@@ -189,7 +189,7 @@ class SupplierApiController extends Controller ...@@ -189,7 +189,7 @@ class SupplierApiController extends Controller
} }
$service = new SupplierService(); $service = new SupplierService();
$supplierId = $service->saveSupplier($channel); $supplierId = $service->saveSupplier($channel);
dd(123); //dd(123);
if (!$supplierId) { if (!$supplierId) {
$this->response(-1, '操作失败'); $this->response(-1, '操作失败');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment