zoujiajian 1 年之前
父節點
當前提交
aa13c5fd8f

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/mirrorshop/impl/CmsUserMirrorShopServiceImpl.java

@@ -127,7 +127,7 @@ public class CmsUserMirrorShopServiceImpl implements CmsUserMirrorShopService {
 		if (StrUtil.isEmpty(code)) {
 			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 (StrUtil.isEmpty(phone)) {
 				throw BusinessRuntimeException.getInstance("请输入正确的手机号");