feat: 支付全局配置
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user