From 3466c8ec1f0294b65c65c00b376bb001116c3f6c Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Fri, 4 Sep 2020 19:28:47 +0800 Subject: [PATCH] =?UTF-8?q?code=20=E6=9B=B4=E6=96=B0?= 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 cd4a241..1ec9183 100644 --- a/extend/catcher/Code.php +++ b/extend/catcher/Code.php @@ -11,6 +11,7 @@ class Code public const FAILED = 10005; // 操作失败 public const LOGIN_EXPIRED = 10006; // 登录失效 public const LOGIN_BLACKLIST = 10007; // 黑名单 + public const USER_FORBIDDEN = 10008; // 账户被禁 public const WECHAT_RESPONSE_ERROR = 40000; }