mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 18:27:13 +08:00
特性:发布 20221130 版本
This commit is contained in:
@@ -29,7 +29,7 @@ class UsersController extends Controller
|
||||
} catch (ValidationException $e) {
|
||||
return response()->json([
|
||||
'code' => 1,
|
||||
'msg' => '参数错误',
|
||||
'msg' => '参数错误:'.$e->getMessage(),
|
||||
'errors' => $e->errors()
|
||||
], 422);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user