Commit f25cc59c by 杨树贤

去掉调试

parent 33d99783
......@@ -189,7 +189,7 @@ class SupplierApiController extends Controller
}
$service = new SupplierService();
$supplierId = $service->saveSupplier($channel);
dd(123);
//dd(123);
if (!$supplierId) {
$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