fix:登录调整

This commit is contained in:
苏竹红
2025-02-19 16:04:37 +08:00
parent 5e00fac82a
commit 72d1f5fb88

View File

@@ -149,7 +149,7 @@ public class WechatMiniAppServiceImpl implements WechatMiniAppService {
@Override
public Boolean cancellation(String openId) {
//删除登录态缓存
String key = MessageFormat.format(CommonConstants.MINI_PROGRAM_LOGIN_FLAG, openId);
String key = MessageFormat.format(CommonConstants.ZXJP_MINI_PROGRAM_LOGIN_FLAG, openId);
redisUtilPool.delKey(key);
return Boolean.TRUE;
}