mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
查询订单实时数据 方法加缓存
This commit is contained in:
@@ -33,6 +33,10 @@ public class CacheConstants {
|
||||
|
||||
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:";
|
||||
|
||||
/**
|
||||
* 通过订单号查询订单信息Key
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user