|
@@ -127,7 +127,7 @@ public class CmsUserMirrorShopServiceImpl implements CmsUserMirrorShopService {
|
|
|
if (StrUtil.isEmpty(code)) {
|
|
if (StrUtil.isEmpty(code)) {
|
|
|
throw BusinessRuntimeException.getInstance("请输入验证码");
|
|
throw BusinessRuntimeException.getInstance("请输入验证码");
|
|
|
}
|
|
}
|
|
|
- String CACHE_LOGIN_KEY = RedisService.key.USER_MIRROR_SHOP_BACK_LOGIN_KEY.getName();
|
|
|
|
|
|
|
+ String CACHE_LOGIN_KEY = RedisService.key.USER_MIRROR_SHOP_BACK_LOGIN_KEY.getName() + login;
|
|
|
if (type == 1) {
|
|
if (type == 1) {
|
|
|
if (StrUtil.isEmpty(phone)) {
|
|
if (StrUtil.isEmpty(phone)) {
|
|
|
throw BusinessRuntimeException.getInstance("请输入正确的手机号");
|
|
throw BusinessRuntimeException.getInstance("请输入正确的手机号");
|