2
0

feat: 支付全局配置

This commit is contained in:
caiyuchao
2025-04-23 17:41:51 +08:00
parent 45d78ed7d3
commit 9a4eaddc50
9 changed files with 187 additions and 10 deletions

View File

@@ -42,6 +42,26 @@ public class CacheConstants
*/
public static final String SYS_CONFIG_KEY = "sys_config:";
/**
* 支付参数管理 cache key
*/
public static final String SYS_PAY_CONFIG_KEY = "sys_pay_config";
/**
* 支付参数管理 currency cache key
*/
public static final String SYS_PAY_CURRENCY_KEY = "currency";
/**
* 支付参数管理 currency_symbol cache key
*/
public static final String SYS_PAY_CURRENCY_SYMBOL_KEY = "currency_symbol";
/**
* 支付参数管理 currency_symbol cache key
*/
public static final String SYS_PAY_PAYMENT_METHOD_KEY = "payment_methods";
/**
* 字典管理 cache key
*/