Commit ccf12eb0 authored by hj's avatar hj

更新

parent fa5798ba
......@@ -81,7 +81,7 @@ abstract class Controller extends BaseController
if($exception->getCode() == 500 || $exception->getCode() == 502){
return Response::fail($exception->getMessage());
}
return Response::fail($message == '' ? $exception->getMessage() : $message,200);
return Response::fail($message == '' ? $exception->getMessage() : $message);
}
protected function checkCustomerType($customerCode,$type)
......
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