mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 查询方法使用缓存优化
This commit is contained in:
@@ -23,20 +23,29 @@ public class CacheConstants {
|
||||
|
||||
public static final int cache_expire_time_1d = 60 * 60 * 24;
|
||||
|
||||
// 站点计费模板列表
|
||||
public static final String QUERY_STATION_BILLING_TEMPLATE_LIST = "query_station_billing_template_list:";
|
||||
|
||||
// 汇付会员账户
|
||||
public static final String ADAPAY_MEMBER_ACCOUNT = "adapay_member_account:";
|
||||
|
||||
public static final String PILE_PROGRAM_VERSION = "pile_program_version_";
|
||||
|
||||
// 查询订单回调
|
||||
public static final String QUERY_ORDER_CALLBACK = "query_order_callback:";
|
||||
|
||||
// 汇付支付参数
|
||||
public static final String ADAPAY_ORDER_PARAM = "adapay_order_param:";
|
||||
|
||||
// 微信支付参数
|
||||
public static final String WECHAT_PAY_ORDER_PARAM = "wechat_pay_order_param:";
|
||||
|
||||
public static final String ACCESS_TOKEN = "AccessToken_";
|
||||
|
||||
// 通过交易流水号查询订单实时数据
|
||||
public static final String ORDER_MONITOR_DATA_BY_TRANSACTION_CODE = "order_monitor_data_by_transaction_code:";
|
||||
|
||||
// 通过订单编号查询订单实时数据
|
||||
public static final String ORDER_MONITOR_DATA_BY_ORDER_CODE = "order_monitor_data_by_order_code:";
|
||||
|
||||
/**
|
||||
@@ -44,6 +53,7 @@ public class CacheConstants {
|
||||
*/
|
||||
public static final String GET_ORDER_INFO_BY_ORDER_CODE = "get_order_info_by_order_code:";
|
||||
|
||||
// 通过交易流水号查询订单信息
|
||||
public static final String GET_ORDER_INFO_BY_TRANSACTION_CODE = "get_order_info_by_transaction_code:";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user