设置ai模块展示
This commit is contained in:
@@ -279,4 +279,6 @@ public class RedisConstant {
|
||||
public static final String YUN_XUE_TANG_ACCESS_TOKEN = "yun_xue_tang_access_token_";
|
||||
|
||||
public static final String SUBMIT_BUILD_KEY = "submit_build_key_";
|
||||
|
||||
public static final String GET_AI_MODULE = "get_ai_module_";
|
||||
}
|
||||
|
||||
@@ -109,5 +109,8 @@ public class RedisConstantUtil {
|
||||
public String submitBuildKey(Long shopId){
|
||||
return active + "_" + RedisConstant.SUBMIT_BUILD_KEY + eid + ":" + shopId ;
|
||||
}
|
||||
public String getAiModuleKey(){
|
||||
return active + "_" + RedisConstant.GET_AI_MODULE + eid;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user