控制绑定优惠券方法的日志打印频率, 5分钟打印一次

This commit is contained in:
Guoqs
2025-04-03 09:28:24 +08:00
parent 0f1220a057
commit 082c49649b
4 changed files with 47 additions and 16 deletions

View File

@@ -389,4 +389,9 @@ public class CacheConstants {
* 根据站点id查询分账配置
*/
public static final String QUERY_STATION_SPLIT_CONFIG = "query_station_split_config:";
/**
* 优惠券绑定
*/
public static final String BIND_PARKING_COUPON = "bindParkingCoupon_";
}