diff --git a/app/Constants/v3/ErrorCode.php b/app/Constants/v3/ErrorCode.php index 75df14e..8fe3c65 100644 --- a/app/Constants/v3/ErrorCode.php +++ b/app/Constants/v3/ErrorCode.php @@ -118,25 +118,25 @@ class ErrorCode extends AbstractConstants * 微信登录失败:无效的code * @Message("微信登录失败:无效的code") */ - const WXLOGIN_INVALID_CODE = 704; + const WXLOGIN_INVALID_CODE = 705; /** * 更新失败 * @Message("更新失败") */ - const USER_INFO_UPDATE_ERROR = 705; + const USER_INFO_UPDATE_ERROR = 706; /** * 商户账户密码不匹配 * @Message("账号密码错误") */ - const STORE_LOGIN_ERROR = 706; + const STORE_LOGIN_ERROR = 707; /** * 商户异常,当前商户可能不存在或失效了 * @Message("当前商户异常") */ - const STORE_NOT_AVAILABLE = 707; + const STORE_NOT_AVAILABLE = 708; /************************************/ /* 定位相关 751-800 */