Commit e1bdffe3 authored by hangjun83's avatar hangjun83

openapi 1.1

parent aff1e8bc
......@@ -61,7 +61,7 @@ class Authenticate
return Response::fail('客户token无效',500,'');
}
}catch(\Throwable $exception){
return Response::fail('客户token无效',500,'');
return Response::fail($exception->getMessage(),500,'');
}
$params = $request->all();
......
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