Quellcode durchsuchen

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

Ansjer vor 8 Monaten
Ursprung
Commit
444d973079
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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_'