update 对接内蒙古平台

This commit is contained in:
2024-04-18 18:06:37 +08:00
parent c8d6859075
commit 75dc7017bc
5 changed files with 46 additions and 10 deletions

View File

@@ -36,6 +36,9 @@ public class CacheConstants {
// 缓存时间 30天
public static final int cache_expire_time_30d = cache_expire_time_1d * 30;
// 第三方平台密钥配置
public static final String THIRD_PARTY_SECRET_INFO = "third_party_secret_info:";
// 保存order_monitor_data
public static final String INSERT_ORDER_MONITOR_DATA = "insert_order_monitor_data:";