fix:更新已知bug,优化代码
This commit is contained in:
@@ -11,7 +11,6 @@ declare (strict_types=1);
|
||||
// +----------------------------------------------------------------------
|
||||
namespace app\common\library;
|
||||
|
||||
|
||||
/**
|
||||
* RESULT代码文件
|
||||
*/
|
||||
@@ -107,6 +106,12 @@ class ResultCode
|
||||
'msg' => '当前用户已被禁用',
|
||||
];
|
||||
|
||||
const PLEASELOGININ = [
|
||||
'code' => -111,
|
||||
'status' => 'PLEASELOGININ',
|
||||
'msg' => '请登录后操作',
|
||||
];
|
||||
|
||||
const ACCESS_TOKEN_TIMEOUT = [
|
||||
'code' => -300,
|
||||
'status' => 'ACCESS_TOKEN_TIMEOUT',
|
||||
|
||||
Reference in New Issue
Block a user