mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
微信支付参数缓存30分钟
This commit is contained in:
@@ -39,8 +39,12 @@ public class CacheConstants {
|
||||
// 保存order_monitor_data
|
||||
public static final String INSERT_ORDER_MONITOR_DATA = "insert_order_monitor_data:";
|
||||
|
||||
// 需要推送的站点id
|
||||
public static final String PUSH_STATION_CONNECTOR = "push_station_connector";
|
||||
|
||||
// 订单的微信支付参数
|
||||
public static final String ORDER_WECHAT_PAY_PARAMETERS = "order_wechat_pay_parameters:";
|
||||
|
||||
// 支付确认列表
|
||||
public static final String PAYMENT_CONFIRM_LIST = "payment_confirm_list:";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user