fix:登录调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user