hxp
2020-09-28 d0e23ebc20cea58bdaa8c6a39ed95d7a6156e6fc
1111 媒体卡发放邮件物品支持配置是否拍品,默认0非拍品;
1个文件已修改
2 ■■■ 已修改文件
Tool/WebCenter/CouponCode/webapp.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tool/WebCenter/CouponCode/webapp.py
@@ -394,7 +394,7 @@
        for itemList in Items:
            pack_data["ItemID%s"%i] = str(itemList[0])
            pack_data["ItemCnt%s"%i] = str(itemList[1])
            pack_data["IsBind%s"%i] = '1'
            pack_data["IsBind%s"%i] = str(itemList[2] if len(itemList) > 2 else 0)
            i += 1
            
        pack_data["pack_type"] = "GMT_AddPersonalCompensation"