update 打印日志

This commit is contained in:
2023-11-14 15:23:48 +08:00
parent 8aea7716f9
commit c6463a3db2
3 changed files with 27 additions and 15 deletions

View File

@@ -98,7 +98,9 @@ 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:";
/**
@@ -106,6 +108,9 @@ public class CacheConstants {
*/
public static final String PILE_REAL_TIME_MONITOR_DATA = "pile_real_time_monitor_data:";
/**
* 充电桩充电状态
*/
public static final String PILE_IS_CHARGING = "pile_is_charging:";
/**