Browse Source

报错回调

master
Lemon 6 years ago
parent
commit
de97e5ee38
  1. 8
      app/Constants/v3/ErrorCode.php

8
app/Constants/v3/ErrorCode.php

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

Loading…
Cancel
Save