Browse Source

配置登录状态

master
xyiege 1 year ago
parent
commit
18a396f35d
  1. 12
      config/status.php

12
config/status.php

@ -0,0 +1,12 @@
<?php
return [
// 请求成功
'success' => 200,
// 未登录
'not_logged' => 401,
// 没有权限访问
'not_permission' => 403,
// 服务器内部错误
'error' => 500,
];
Loading…
Cancel
Save