保存soc工具方法

This commit is contained in:
Guoqs
2024-11-19 14:55:31 +08:00
parent bc79ebd50d
commit d5b01a7b49
3 changed files with 53 additions and 9 deletions

View File

@@ -47,6 +47,9 @@ public class CacheConstants {
// 缓存时间 30天
public static final int cache_expire_time_30d = cache_expire_time_1d * 30;
// 获取SOC
public static final String GET_THE_SOC = "GET_THE_SOC:";
// 第三方平台密钥配置
public static final String THIRD_PARTY_SECRET_INFO_BY_ID = "third_party_secret_info_by_id:";
public static final String THIRD_PARTY_SECRET_INFO_BY_TYPE = "third_party_secret_info_by_type:";