mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
bugfix 注册加锁
This commit is contained in:
@@ -420,4 +420,9 @@ public class CacheConstants {
|
||||
|
||||
// 保险退保
|
||||
public static final String REFUND_INSURANCE = "REFUND_INSURANCE:";
|
||||
|
||||
/**
|
||||
* 用户app注册
|
||||
*/
|
||||
public static final String USER_APP_REGISTER = "user_app_register:";
|
||||
}
|
||||
|
||||
@@ -22,6 +22,8 @@ public enum ReturnCodeEnum {
|
||||
|
||||
CODE_MEMBER_REGISTER_AND_LOGIN_ERROR("00100007", "会员登录注册接口异常"),
|
||||
|
||||
CODE_MEMBER_REGISTER_AND_LOGIN_PROCESSING("00100007_1", "正在登录/注册中,请稍候..."),
|
||||
|
||||
CODE_WECHAT_LOGIN_ERROR("00100008", "微信登录异常"),
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user