Commit 54196fc9 authored by hangjun83's avatar hangjun83

百化接口

parent a166a935
...@@ -32,7 +32,7 @@ class CustomersController extends Controller ...@@ -32,7 +32,7 @@ class CustomersController extends Controller
$customer = $this->customerService->createPlatformCustomer($requestParams); $customer = $this->customerService->createPlatformCustomer($requestParams);
return Response::success($customer,'操作成功'); return Response::success($customer,'操作成功');
}catch(\Throwable $exception){ }catch(\Throwable $exception){
return $this->returnErrorExecptionResponse($exception,'生成订单失败'); return $this->returnErrorExecptionResponse($exception,'客户创建失败');
} }
} }
......
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 to comment