You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yanzong/config/status.php

13 lines
207 B

11 months ago
<?php
return [
// 请求成功
'success' => 200,
// 未登录
'not_logged' => 401,
// 没有权限访问
'not_permission' => 403,
// 服务器内部错误
10 months ago
'error' => 500,
11 months ago
];