瀏覽代碼

优惠券id锁

linhaohong 8 月之前
父節點
當前提交
6e39810f57
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Object/Enums/RedisKeyConstant.py

+ 2 - 0
Object/Enums/RedisKeyConstant.py

@@ -12,3 +12,5 @@ from enum import Enum
 class RedisKeyConstant(Enum):
     # 设备版本信息
     ZOSI_DEVICE_VERSION_INFO = 'ZOSI:DEVICE:VERSION:'
+    # 优惠券id锁
+    COUPON_ID_LOCK = 'COUPON:ID:LOCK:'