hxp
2020-09-11 91305f408d1bc9e83b518f54a2f8c2a6a73468be
1111 媒体卡固定码支持按appid配置;
1个文件已修改
4 ■■■■ 已修改文件
Tool/WebCenter/CouponCode/webapp.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tool/WebCenter/CouponCode/webapp.py
@@ -157,8 +157,8 @@
    gmresult = {'accID':accid, 'sid':sid, 'channel':agentName}
    #-----------统一固定码处理----------------------
    CommonCards = CommonCards.get(agentName, [])
    if codeStr in CommonCards:
    CommonCardsList = CommonCards.get(agentName, [])
    if codeStr in CommonCardsList:
        # 不同固定码各自只能领一次
        result, commondata = dbController.find_one(CouponDB.CouponCodeColName + "_Common", {"code":codeStr, "accid":accid})
        if commondata: