From c0a79612bcc282637bff62cf1e19e714a4d69b9d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 06 六月 2019 14:11:03 +0800 Subject: [PATCH] 6805 【后端】【2.0】副本前端化(妖王奖励物品ID支持配0) --- Tool/WebCenter/CouponCode/CouponDB.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Tool/WebCenter/CouponCode/CouponDB.py b/Tool/WebCenter/CouponCode/CouponDB.py index 395239b..911912b 100644 --- a/Tool/WebCenter/CouponCode/CouponDB.py +++ b/Tool/WebCenter/CouponCode/CouponDB.py @@ -21,6 +21,8 @@ g_dbController = None +CouponWXColName = "tagCouponWXSC" # 微信商城 + CouponBatchColName = "tagCouponBatch" CouponCodeColName = "tagCouponCode" ModuleName = "CouponDB" -- Gitblit v1.8.0