Parcourir la source

Merge remote-tracking branch 'remotes/origin/locky' into test

Ansjer il y a 8 mois
Parent
commit
444d973079
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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:'
     ZOSI_DEVICE_VERSION_INFO = 'ZOSI:DEVICE:VERSION:'
     # 优惠券id锁
     # 优惠券id锁
     COUPON_ID_LOCK = 'COUPON:ID:LOCK:'
     COUPON_ID_LOCK = 'COUPON:ID:LOCK:'
+    # 云存优惠券
+    CLOUD_STORAGE_COUPONS = 'cloud_storage_coupons_'