Browse Source

云存优惠券枚举

locky 8 months ago
parent
commit
62ba8f7106
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Object/Enums/RedisKeyConstant.py

+ 2 - 0
Object/Enums/RedisKeyConstant.py

@@ -14,3 +14,5 @@ class RedisKeyConstant(Enum):
     ZOSI_DEVICE_VERSION_INFO = 'ZOSI:DEVICE:VERSION:'
     # 优惠券id锁
     COUPON_ID_LOCK = 'COUPON:ID:LOCK:'
+    # 云存优惠券
+    CLOUD_STORAGE_COUPONS = 'cloud_storage_coupons_'