2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 18:27:13 +08:00

特性:发布 20221130 版本

This commit is contained in:
耗子
2022-11-30 22:15:32 +08:00
parent 699562d504
commit 329f58da4b
24 changed files with 334 additions and 254 deletions

View File

@@ -29,7 +29,7 @@ class UsersController extends Controller
} catch (ValidationException $e) {
return response()->json([
'code' => 1,
'msg' => '参数错误',
'msg' => '参数错误'.$e->getMessage(),
'errors' => $e->errors()
], 422);
}