fix:更新已知bug,优化代码

This commit is contained in:
Ying
2022-11-28 19:11:12 +08:00
parent f6aee95cfc
commit 9445b206a2
1378 changed files with 53759 additions and 20789 deletions

View File

@@ -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',