添加单点登录接口和退出接口

This commit is contained in:
chy
2026-03-11 00:01:32 +08:00
parent 2fa40c266f
commit 32627270d1
5 changed files with 35 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ package com.lideeyunji.tool.framework.yunji.constant;
public interface lideeRedisConstants {
//低代码
String lideeyunji_PREFIX = "JEE_LOW_CODE:";
String lideeyunji_PREFIX = "LIDEE_LOW_CODE:";
//js增强加锁
String ENHANCE_JS_LOCK = "LOCK_JS:%s";