From 52e25103d0566c98bdc17fcb963c117297d022c1 Mon Sep 17 00:00:00 2001 From: yanwenwu Date: Mon, 18 May 2020 13:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=8A=B6=E6=80=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/Code.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extend/catcher/Code.php b/extend/catcher/Code.php index 4ee596b..2c41233 100644 --- a/extend/catcher/Code.php +++ b/extend/catcher/Code.php @@ -9,4 +9,5 @@ class Code public const PERMISSION_FORBIDDEN = 10003; // 权限禁止 public const LOGIN_FAILED = 10004; // 登录失败 public const FAILED = 10005; // 操作失败 + public const LOGIN_EXPIRED = 10006; // 登录失效 }