소스 검색

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

Ansjer 8 달 전
부모
커밋
444d973079
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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_'