1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
<?php |
|||
|
|||
return [ |
|||
// 请求成功 |
|||
'success' => 200, |
|||
// 未登录 |
|||
'not_logged' => 401, |
|||
// 没有权限访问 |
|||
'not_permission' => 403, |
|||
// 服务器内部错误 |
|||
'error' => 500, |
|||
]; |
|||
Loading…
Reference in new issue