From b9c3de04d61397e7c6255d7fcbf056cb21b6d837 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 17 六月 2022 19:10:59 +0800
Subject: [PATCH] 9535 【越南】服务器中心接口(媒体卡优化:增加支持平台直接调用使用媒体卡,增加使用结果返回;优化邮件内容配置,支持utf8格式配置,越南需用utf8)

---
 Tool/WebCenter/Coupon/config.ini    |    7 +
 Tool/WebCenter/Coupon/CodeMail.json |   17 ++
 Tool/WebCenter/CouponCode/webapp.py |  321 +++++++++++++++++++++++++++-------------------------
 3 files changed, 190 insertions(+), 155 deletions(-)

diff --git a/Tool/WebCenter/Coupon/CodeMail.json b/Tool/WebCenter/Coupon/CodeMail.json
new file mode 100644
index 0000000..717f3e8
--- /dev/null
+++ b/Tool/WebCenter/Coupon/CodeMail.json
@@ -0,0 +1,17 @@
+锘縶
+    "VIP666": {
+        "MailSender": "H峄� th峄憂g th瓢",
+        "MailTitle": "<gcode>VIP666 g贸i qu脿",
+        "MailText": "C岷 啤n b岷 膽茫 h峄� tr峄� c谩c tr貌 ch啤i, xin vui l貌ng nh岷璶 膽瓢峄 g贸i qu脿 VIP666.",
+        "Items": [[4680,1],[1128,1],[3801,1,1],[4501,2]],
+		"LV":100,
+		"VIPLV":5,
+    },
+	
+    "g001": {
+        "MailSender": "绯荤粺閭欢",
+        "MailTitle": "<gcode>鍘嗗彶绱杩斿埄娲诲姩",
+        "MailText": "绱Н鍏呭��1000鍏冭繑鍒�,鎰熻阿鎮ㄥ娓告垙鐨勬敮鎸侊紝璇峰強鏃堕鍙栫ぜ鍖呫��",
+        "Items": [[1015,1],[15177,2],[1128,2]]
+    }
+}
\ No newline at end of file
diff --git a/Tool/WebCenter/Coupon/config.ini b/Tool/WebCenter/Coupon/config.ini
index 98b37f5..5f14be3 100644
--- a/Tool/WebCenter/Coupon/config.ini
+++ b/Tool/WebCenter/Coupon/config.ini
@@ -21,7 +21,7 @@
 
 ;固定码列表,没有则放空, 以字母z开头避免混淆; 公共固定码,所有人用同一个码,每个人只能领取一次 {APPID:[码, ...], ...}
 ;CommonCards = ["zj98u2j0ud1"]
-CommonCards = {}
+CommonCards = {"test":["VIP666", "VIP888"]}
 
 ;微信商城购物key
 zyxh_wxkey = dcdce6dj
@@ -104,3 +104,8 @@
 MailText=感谢您对游戏的支持,请及时领取礼包。
 Items=[[2050,1],[4659,1],[2211,10],[151,1]]
 
+[VIP888]
+MailSender=系统邮件
+MailTitle=<gcode>VIP888礼包
+MailText=感谢您对游戏的支持,请及时领取礼包VIP888。
+Items=[[4680,1],[1128,1],[3801,1,1],[4501,2]]
diff --git a/Tool/WebCenter/CouponCode/webapp.py b/Tool/WebCenter/CouponCode/webapp.py
index 10d6398..2628699 100644
--- a/Tool/WebCenter/CouponCode/webapp.py
+++ b/Tool/WebCenter/CouponCode/webapp.py
@@ -46,18 +46,47 @@
 PushPort = ConfigIO.GetValue("Coupon", "PushPort")
 PushKey = ConfigIO.GetValue("Coupon", "PushKey")
 CommonCards = eval(ConfigIO.GetValue("Coupon", "CommonCards"))
-                
-        
-Def_CardMsg = {
-               0:"CodeRewardSys2", #  鍏戞崲鐮佹棤鏁�
-               1:"CodeRewardSys1", #   鍏戞崲鍗″鍔卞凡鍙戣嚦閭欢
-               2:"CodeRewardSys3", #  鍏戞崲鐮佸凡浣跨敤杩�
-               3:"CodeRewardSys4",  # 鍚岀被鍨嬪厬鎹㈢爜鍙兘浣跨敤涓�娆�
-               4:"LvErr", # 绛夌骇涓嶈冻
-               5:"VipLevel", # VIP绛夌骇涓嶈冻
-         }
-                
-                
+
+# 鍙戞斁濂栧姳閭欢鍐呭json锛寀tf8缂栫爜
+f = open(os.getcwd() + "\\..\\Coupon\\CodeMail.json", "r")
+MailJson = eval(f.read())
+f.close()
+
+# 绀煎寘浣跨敤杩斿洖缁撴灉鐮佸畾涔�
+ErrCode_OK = 0 # 鎴愬姛锛岄潪0鐨勭爜鍧囦唬琛ㄩ敊璇�
+ErrCode_Invalid = 1 # 鍏戞崲鐮佹棤鏁�
+ErrCode_Used = 2 # 绀煎寘鐮佸凡琚娇鐢�
+ErrCode_TypeUsed = 3 # 宸茬粡浣跨敤杩囧悓绫诲瀷鐨勭ぜ鍖呯爜
+ErrCode_LVLimit = 4 # 绛夌骇涓嶈冻
+ErrCode_VIPLVLimit = 5 # VIP绛夌骇涓嶈冻
+ErrCode_ParamErr = 97 # 鍙傛暟閿欒
+ErrCode_FrequentRequest = 98 # 棰戠箒璇锋眰
+ErrCode_OtherErr = 99 # 鍏朵粬閿欒锛屾瘮濡傝繍琛岄敊璇瓑
+
+# 绀煎寘鐮佸鐞嗙粨鏋滅爜淇℃伅 {code:["鐮佷俊鎭鏄�", "缁欑帺瀹剁殑绯荤粺鎻愮ずkey"], ...}
+ErrCodeMsgInfo = {
+                  ErrCode_OK:["OK", "CodeRewardSys1"],
+                  ErrCode_Invalid:["code invalid", "CodeRewardSys2"],
+                  ErrCode_Used:["code has been used", "CodeRewardSys3"],
+                  ErrCode_TypeUsed:["You has been used this Giftcode type", "CodeRewardSys4"],
+                  ErrCode_LVLimit:["level limit", "LvErr"],
+                  ErrCode_VIPLVLimit:["vip level limit", "VipLevel"],
+                  ErrCode_ParamErr:["parameter error", ""],
+                  ErrCode_FrequentRequest:["frequent request", ""],
+                  ErrCode_OtherErr:["other error", ""],
+                  }
+
+def CouponCodeResponse(errcode, msgEx=""):
+    errmsg = ""
+    if errcode in ErrCodeMsgInfo:
+        errmsg = ErrCodeMsgInfo[errcode][0]
+    if msgEx:
+        errmsg = "%s : %s" % (errmsg, msgEx)
+    resData = {"errcode":errcode, "errmsg":errmsg}
+    mylog.debug("resData: %s" % str(resData))
+    #mylog.info("resData: %s" % str(resData))
+    return json.dumps(resData, ensure_ascii=False)
+
                 
 myapp = Bottle()
 
@@ -85,9 +114,9 @@
     if not couponid:
         return json.dumps({"error":"param couponid"}, ensure_ascii=False)
     
-    downFile = r".\download\%s.zip"%couponid
+    downFile = r".\download\%s.zip" % couponid
     if os.path.isfile(downFile):
-        return static_file("%s.zip"%couponid, r".\download", download=True)
+        return static_file("%s.zip" % couponid, r".\download", download=True)
     
     dbController = CouponDB.GetDBEventCon()
     if not dbController:
@@ -98,16 +127,16 @@
     if not data:
         return json.dumps({"error":"no couponid"}, ensure_ascii=False)
     
-    fileIO = open(r".\download\%s.txt"%couponid, 'w')
+    fileIO = open(r".\download\%s.txt" % couponid, 'w')
 
     for codeInfo in data:
         fileIO.write(codeInfo["code"] + "\n")
     fileIO.close() 
     
     f = zipfile.ZipFile(downFile, 'w', zipfile.ZIP_DEFLATED)
-    f.write(r".\download\%s.txt"%couponid)
+    f.write(r".\download\%s.txt" % couponid)
     f.close()
-    return static_file("%s.zip"%couponid, r".\download", download=True)
+    return static_file("%s.zip" % couponid, r".\download", download=True)
 
 
 #================瀹㈡埛绔姹傚弬鏁�===============================================================
@@ -132,32 +161,33 @@
     dataDict = request.GET
     
     for key, value in dataDict.items():
-        mylog.debug("CouponCode key:%s  value:%s"%(key, value))
+        mylog.debug("CouponCode key:%s  value:%s" % (key, value))
     
     agentName = dataDict.get("channel", "")     # 杩愯惀鎻愪緵鐨凙PPID锛屽嵆娓犻亾
     if not agentName:
-        mylog.debug("no appid")
-        return
+        return CouponCodeResponse(ErrCode_ParamErr, "no channel appid")
     codeStr = dataDict.get("code", "")
     if not codeStr:
-        return
+        return CouponCodeResponse(ErrCode_ParamErr, "no code")
     codeStr = codeStr.strip()
     #鍙槸鐢ㄦ潵鎷兼帴璐﹀彿
     spID = dataDict.get("spid", "")
-        
+    if not spID:
+        return CouponCodeResponse(ErrCode_ParamErr, "no spid")
+    
     accid = dataDict.get("accid", "")
     if not accid:
-        return
+        return CouponCodeResponse(ErrCode_ParamErr, "no accid")
     
     sid = CommFunc.ToIntDef(dataDict.get("sid", 0), 0)
     if not sid:
-        return
+        return CouponCodeResponse(ErrCode_ParamErr, "no sid")
     pushurl = dataDict.get("pushurl", "")
     if not pushurl:
-        return
+        return CouponCodeResponse(ErrCode_ParamErr, "no pushurl")
     
     # 杞寲涓烘父鎴忚处鍙� 
-    accid = "%s@%s@s%s"%(accid.lower(), spID, sid)
+    accid = "%s@%s@s%s" % (accid.lower(), spID, sid)
     
     try:
         CleanAccID()
@@ -165,8 +195,8 @@
         if accid not in AccID_Cache_Dict:
             AccID_Cache_Dict[accid] = int(time.time())
         elif time.time() - AccID_Cache_Dict[accid] < 2:
-            mylog.debug("==========bad: fast click  %s"%accid)
-            return  
+            mylog.debug("==========bad: fast click  %s" % accid)
+            return CouponCodeResponse(ErrCode_FrequentRequest)
             
         AccID_Cache_Dict[accid] = int(time.time())
     except:
@@ -176,12 +206,11 @@
     dbController = CouponDB.GetDBEventCon()
     if not dbController:
         # 鏃犳硶鑾峰彇鏁版嵁搴�
-        mylog.debug("no dbController")
-        return
-
+        return CouponCodeResponse(ErrCode_OtherErr, "no dbController")
+    
     #閫氳繃GM鎺ュ彛鍛婄煡鐜╁浣跨敤鎯呭喌
     gmresult = {'accID':accid, 'sid':sid, 'channel':agentName}
-
+    
     #-----------缁熶竴鍥哄畾鐮佸鐞�----------------------
     CommonCardsList = CommonCards.get(agentName, [])
     if codeStr in CommonCardsList:
@@ -189,44 +218,38 @@
         result, commondata = dbController.find_one(CouponDB.CouponCodeColName + "_Common", {"code":codeStr, "accid":accid})
         if commondata:
             # 宸蹭娇鐢�
-            gmresult['status'] = 2
-            mylog.debug("common status=2")
-            return SendGm(gmresult, pushurl)
+            return SendGm(ErrCode_Used, gmresult, pushurl)
         
         commCheckStatus = CommCheck(dataDict, codeStr)
         if commCheckStatus != None:
-            gmresult['status'] = commCheckStatus
-            return SendGm(gmresult, pushurl)
+            return SendGm(commCheckStatus, gmresult, pushurl)
         
-        gmresult['status'] = 1
         gmresult['code'] = codeStr
         gmresult['coupontype'] = codeStr  # 缁熶竴鏍煎紡锛屾湇鍔″櫒涓嶄竴瀹氭湁鐢紝鍥哄畾鐮佹牴鎹� codeStr 鍙戝鍔�
         
         dbController.insert(CouponDB.CouponCodeColName + "_Common", {"code":codeStr, "accid":accid})
         mylog.debug("common ok")
-        return SendGm(gmresult, pushurl)
-
+        return SendGm(ErrCode_OK, gmresult, pushurl)
+    
     #-----------寰俊鍟嗗煄----------------------
     if codeStr.startswith('wx'):
         operateID = GetOperateID(agentName)
         if not operateID:
-            mylog.debug("wx no appid  = %s"%agentName)
-            return
+            return CouponCodeResponse(ErrCode_OtherErr, "wx no appid  = %s" % agentName)
         result, wxdata = dbController.find_one(CouponDB.CouponWXColName, {"code":codeStr, "operateid":operateID})
         if not wxdata:
-            return
+            return CouponCodeResponse(ErrCode_OtherErr, "not wxdata code(%s) operateID(%s)" % (codeStr, operateID))
         
         if int(wxdata['status']) == 1:
-            gmresult['status'] = 2
             mylog.debug("wxcard used!")
-            return SendGm(gmresult, pushurl)
+            return SendGm(ErrCode_Used, gmresult, pushurl)
         
         wxdata['status'] = 1
         wxdata['accid'] = dataDict.get("accid", "")     # 姝ゅ鐢ㄥ師濮嬭处鍙�
         wxdata['usetime'] = str(datetime.datetime.today()).split(".")[0]
         
         wxdata['appid'] = agentName
-        wxdata['serverid'] = 's%s'%sid
+        wxdata['serverid'] = 's%s' % sid
         wxdata['roleid'] = dataDict.get("roleid", "")
         wxdata['level'] = dataDict.get("level", "")
         wxdata['viplevel'] = dataDict.get("viplevel", "")
@@ -235,49 +258,43 @@
             dbController.update(CouponDB.CouponWXColName, {"code":codeStr, "operateid":operateID}, wxdata)
             # 閫氱煡鍚庡彴璁板綍
             SendDataCollectorBillInfo(wxdata, pushurl, operateID)
-        return
+            return CouponCodeResponse(ErrCode_OK)
+        return CouponCodeResponse(ErrCode_OtherErr, "SendWXBill error")
     
     #-----------鎵归噺鍏戞崲鐮佸鐞嗭紝鍚岀被鍨嬪彧棰嗗彇涓�娆�----------------------
     result, data = dbController.find_one(CouponDB.CouponCodeColName + "_" + agentName, {"code":codeStr, "channel":agentName})
     
     if not data:
         #鏃犳鍗�
-        gmresult['status'] = 0
         mylog.debug("no card")
-        return SendGm(gmresult, pushurl)
+        return SendGm(ErrCode_Invalid, gmresult, pushurl)
     if int(data['status']) == 1:
         #宸蹭娇鐢紝鍚屽崱鍙疯褰曢粯璁ゅ彲鐢紝閬垮厤鏂嚎鍙戦�佸け璐ョ殑鎯呭喌锛堟湭杩斿洖缁撴灉楠岃瘉鎯呭喌涓嬶級
-        gmresult['status'] = 2
         mylog.debug("card used!")
-        return SendGm(gmresult, pushurl)
+        return SendGm(ErrCode_Used, gmresult, pushurl)
     
     commCheckStatus = CommCheck(dataDict, data["coupontype"])
     if commCheckStatus != None:
-        gmresult['status'] = commCheckStatus
-        return SendGm(gmresult, pushurl)
+        return SendGm(commCheckStatus, gmresult, pushurl)
     
     result, data2 = dbController.find_one(CouponDB.CouponBatchColName, {"couponid":data["couponid"]})
     if not data2:
         #姝ゆ壒娆″崱宸插垹闄�
-        gmresult['status'] = 0
         mylog.debug("no couponid")
-        return SendGm(gmresult, pushurl)
+        return SendGm(ErrCode_Invalid, gmresult, pushurl)
     if int(data2['status']) == 1:
         #鏆傚仠浣跨敤璇ユ壒娆″崱
-        gmresult['status'] = 0
         mylog.debug("couponid frozed")
-        return SendGm(gmresult, pushurl)
+        return SendGm(ErrCode_Invalid, gmresult, pushurl)
     if (data2["minserverno"] != 0 and data2["maxserverno"] != 0):
         if int(data2["minserverno"]) > sid or int(data2["maxserverno"]) < sid:
             #涓嶅湪鎸囧畾鍖�
-            gmresult['status'] = 0
             mylog.debug("no sid")
-            return SendGm(gmresult, pushurl)
+            return SendGm(ErrCode_Invalid, gmresult, pushurl)
     if data2["expiretime"] != "" and datetime.datetime.today() > GetDateTimeByStr(data2["expiretime"]):
         #宸茶繃鏈�
-        gmresult['status'] = 0
         mylog.debug("time pass")
-        return SendGm(gmresult, pushurl)
+        return SendGm(ErrCode_Invalid, gmresult, pushurl)
     
     # h 寮�澶寸殑鍗$被鍨嬪彲閲嶅浣跨敤
     if not codeStr.startswith('h'):
@@ -286,144 +303,140 @@
                                               {"coupontype":data["coupontype"], "accid":accid})
         if data3:
             #鐢ㄨ繃鍚岀被鍗★紝宸茶褰曡繃涓嶅啀鍋氭柊璁板綍
-            gmresult['status'] = 3
             gmresult['coupontype'] = data["coupontype"]
             gmresult['code'] = codeStr
             mylog.debug("use again")
-            return SendGm(gmresult, pushurl)
+            return SendGm(ErrCode_TypeUsed, gmresult, pushurl)
         
     data['status'] = 1
     data['accid'] = accid
     data['usetime'] = str(datetime.datetime.today())
     
     dbController.update(CouponDB.CouponCodeColName + "_" + agentName, {"code":codeStr, "channel":agentName}, data)
-    # 0 涓嶅彲鐢紝1.鍙敤鍙戞斁濂栧姳 锛�2.宸蹭娇鐢� 3.鍚岀被鍨嬪崱涓嶈兘浣跨敤涓ゆ
-    gmresult['status'] = 1
     gmresult['code'] = codeStr
     gmresult['coupontype'] = data["coupontype"]
     
     mylog.debug("card ok!")
-    return SendGm(gmresult, pushurl)
+    return SendGm(ErrCode_OK, gmresult, pushurl)
 
 def CommCheck(dataDict, coupontype):
     ## 閫氱敤甯歌妫�鏌�
     
+    if coupontype in MailJson:
+        mailInfo = MailJson[coupontype]
+        lvLimit = mailInfo.get("LV", 0)
+        vipLVLimit = mailInfo.get("VIPLV", 0)
+    else:
+        lvLimit = ConfigIO.GetInt(coupontype, "LV")
+        vipLVLimit = ConfigIO.GetInt(coupontype, "VIPLV")
+        
     # 浣跨敤绛夌骇
-    lvLimit = ConfigIO.GetInt(coupontype, "LV")
     playerLV = CommFunc.ToIntDef(dataDict.get("level", 0))
     if lvLimit > 0 and playerLV < lvLimit:
         mylog.debug("playerLV(%s) < lvLimit(%s)" % (playerLV, lvLimit))
-        return 4
+        return ErrCode_LVLimit
     
     # vip绛夌骇鐩稿叧
-    vipLVLimit = ConfigIO.GetInt(coupontype, "VIPLV")
     playerVIPLV = CommFunc.ToIntDef(dataDict.get("viplevel", 0))
     if vipLVLimit > 0 and playerVIPLV < vipLVLimit:
         mylog.debug("playerVIPLV(%s) < vipLVLimit(%s)" % (playerVIPLV, vipLVLimit))
-        return 5
+        return ErrCode_VIPLVLimit
     
     return
 
-def SendGm(gmresult, pushurl):
+def SendGm(errcode, gmresult, pushurl):
     try:
         # GM鎺ㄩ�佸湴鍧�
         #GMToolPage = http://s1.yhlz.09ge.com:30001/Server/Tool.php
-        gmurl = "http://%s:%s/Server/Tool.php"%(pushurl, PushPort)
+        # 鍏煎涓ょ鍏ュ彛锛屼竴绉嶅鎴风鍙彂鏈嶅姟鍣ㄥ煙鍚嶇殑锛屼竴绉岹M宸ュ叿鐩存帴璇诲彇鐨勬湇鍔″櫒GM宸ュ叿鍦板潃
+        if pushurl.endswith("Tool.php"):
+            gmurl = pushurl
+        else:
+            gmurl = "http://%s:%s/Server/Tool.php" % (pushurl, PushPort)            
         gmkey = PushKey
-        if not gmkey or not gmurl:
-            return
+        mylog.debug("SendGm:%s" % gmurl)
+        if not gmkey or not PushPort:
+            return CouponCodeResponse(ErrCode_OtherErr, "no PushKey or not PushPort")
         
-        useStatus = gmresult['status']
+        notifyMsg = ""
+        if errcode in ErrCodeMsgInfo:
+            notifyMsg = ErrCodeMsgInfo[errcode][1]
+        if not notifyMsg:
+            notifyMsg = "CodeRewardSys2"
+            
+        if notifyMsg:
+            gmtData = {"queryType":"accID", "playerFind":gmresult["accID"], "notifyMsg":notifyMsg}
+            SendGMTCMD(gmurl, gmtData, gmkey, "GMT_MediaCard")
+            
+        if errcode != ErrCode_OK:
+            return CouponCodeResponse(errcode)
         
-        gmresult['notifyMsg'] = Def_CardMsg.get(useStatus, "CodeRewardSys2")
-        
-        
-        if useStatus != 1:
-            #澶辫触绯荤粺鎻愮ず
-            pack_data = {};
-            pack_data["queryType"] = "accID"
-            pack_data["playerFind"] = gmresult["accID"]
-            pack_data["pack_type"] = "GMT_MediaCard"
-            pack_data["notifyMsg"] = gmresult['notifyMsg']
-        
-            pack_data["key"] = gmkey;
-            pack_data['coding'] = "utf8";
-        
-            #浣跨敤key鍔犲瘑
-            pack_data_dict = json.dumps(pack_data)
-            sign = md5.md5(pack_data_dict+gmkey).hexdigest()
-            post = {}
-            post['pack'] = pack_data_dict;
-            post['sign'] = sign;
-            urllib2.urlopen(gmurl, urllib.urlencode(post), 3)
-            return
-        
-        mylog.debug("SendGm:%s"%gmurl)
-        pack_data = {};
+        coupontype = gmresult["coupontype"]
+        if coupontype in MailJson:
+            mailInfo = MailJson[coupontype]
+            mailTitle = mailInfo.get("MailTitle", "MailTitle")
+            mailText = mailInfo.get("MailText", "")
+            mailSender = mailInfo.get("MailSender", "System")
+            mailItems = mailInfo.get("Items", [])
+        else:
+            mailTitle = ConfigIO.GetValue(gmresult["coupontype"], "MailTitle").decode("gbk")
+            mailText = ConfigIO.GetValue(gmresult["coupontype"], "MailText").decode("gbk")
+            mailSender = ConfigIO.GetValue(gmresult["coupontype"], "MailSender").decode("gbk")
+            mailItems = eval(ConfigIO.GetValue(gmresult["coupontype"], "Items"))
+        pack_data = {}
         pack_data["queryType"] = "accID"
         pack_data["playerList"] = gmresult["accID"]
-        pack_data["Title"] = ConfigIO.GetValue(gmresult["coupontype"], "MailTitle").decode("gbk")
-        pack_data["Text"] = ConfigIO.GetValue(gmresult["coupontype"], "MailText").decode("gbk")
+        pack_data["Title"] = mailTitle
+        pack_data["Text"] = mailText
         pack_data["EndTime"] = str(datetime.datetime.today() + datetime.timedelta(days=15)).split('.')[0]
-        pack_data["Sender"] = ConfigIO.GetValue(gmresult["coupontype"], "MailSender").decode("gbk")
-
+        pack_data["Sender"] = mailSender
         
-        Items =  eval(ConfigIO.GetValue(gmresult["coupontype"], "Items"))
+        Items = mailItems
         pack_data["itemNums"] = ','.join([str(i) for i in range(len(Items))])
         i = 0
         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] = str(itemList[2] if len(itemList) > 2 else 0)
+            pack_data["ItemID%s" % i] = str(itemList[0])
+            pack_data["ItemCnt%s" % i] = str(itemList[1])
+            pack_data["IsBind%s" % i] = str(itemList[2] if len(itemList) > 2 else 0)
             i += 1
             
-        pack_data["pack_type"] = "GMT_AddPersonalCompensation"
         pack_data["Detail"] = "cardCode:" + gmresult["code"]
-
-        pack_data["key"] = gmkey;
-        pack_data['coding'] = "utf8";
-    
-        #浣跨敤key鍔犲瘑
-        pack_data_dict = json.dumps(pack_data)
-        sign = md5.md5(pack_data_dict+gmkey).hexdigest()
-        post = {}
-        post['pack'] = pack_data_dict;
-        post['sign'] = sign;
-        result = urllib2.urlopen(gmurl, urllib.urlencode(post), 3)
-
-        #content = result.read()
-        result.close()
         
-        # 鎴愬姛鎻愮ず
-        pack_data = {};
-        pack_data["queryType"] = "accID"
-        pack_data["playerFind"] = gmresult["accID"]
-        pack_data["pack_type"] = "GMT_MediaCard"
-        pack_data["notifyMsg"] = gmresult['notifyMsg']
-    
-        pack_data["key"] = gmkey;
-        pack_data['coding'] = "utf8";
-    
-        #浣跨敤key鍔犲瘑
-        pack_data_dict = json.dumps(pack_data)
-        sign = md5.md5(pack_data_dict+gmkey).hexdigest()
-        post = {}
-        post['pack'] = pack_data_dict;
-        post['sign'] = sign;
-        urllib2.urlopen(gmurl, urllib.urlencode(post), 3)
-        
-        return 0
+        SendGMTCMD(gmurl, pack_data, gmkey, "GMT_AddPersonalCompensation")
+        return CouponCodeResponse(ErrCode_OK)
     except Exception, e:
-        mylog.debug("gm error %s"%e)
+        mylog.debug("SendGm error %s" % e)
+        return CouponCodeResponse(ErrCode_OtherErr, "gm error")
+    
     return
     
+def SendGMTCMD(gmurl, gmtData, gmkey, pack_type):
+    ## 鍙戦�丟M宸ュ叿鍛戒护
+    pack_data = {}
+    if gmtData and isinstance(gmtData, dict):
+        pack_data.update(gmtData)
+    pack_data["pack_type"] = pack_type
+    pack_data["key"] = gmkey
+    pack_data['coding'] = "utf8"
+    
+    #浣跨敤key鍔犲瘑
+    pack_data_dict = json.dumps(pack_data)
+    sign = md5.md5(pack_data_dict + gmkey).hexdigest()
+    post = {}
+    post['pack'] = pack_data_dict;
+    post['sign'] = sign;
+    result = urllib2.urlopen(gmurl, urllib.urlencode(post), 3)
+    #content = result.read()
+    result.close()
+    return
+
     
 def GetDateTimeByStr(timeStr, timeFomat="%Y-%m-%d"):
     try:
         return datetime.datetime.strptime(timeStr, timeFomat)
     
     except:
-        mylog.debug("GetDateTimeByStr error %s"%timeStr)
+        mylog.debug("GetDateTimeByStr error %s" % timeStr)
     
     return
     
@@ -441,7 +454,7 @@
 # 寰俊鍏ュ彛鍏呭��
 def SendWXBill(wxdata, pushurl):
     try:
-        billurl = "http://%s/api/exchange/index.php"%pushurl
+        billurl = "http://%s/api/exchange/index.php" % pushurl
 
         post = {}
         post['AccountID'] = wxdata['accid']
@@ -451,9 +464,9 @@
         post['OrderInfo'] = wxdata['orderinfo'] 
         post['OperatorID'] = wxdata['appid'] 
         
-        key = ConfigIO.GetValue("Coupon", "key_%s"%post['OperatorID'])
+        key = ConfigIO.GetValue("Coupon", "key_%s" % post['OperatorID'])
         # $sign=md5($AccountID.$OrderAmount.$BillNO.$RegionName.$key)
-        mylog.debug("appid = %s  key = %s"%(post['OperatorID'], key))
+        mylog.debug("appid = %s  key = %s" % (post['OperatorID'], key))
         
         sign = md5.md5(post['AccountID'] + str(post['OrderAmount']) + post['BillNO'] + post['RegionName'] + key).hexdigest()
         
@@ -461,12 +474,12 @@
         result = urllib2.urlopen(billurl, urllib.urlencode(post), 3)
         resultDict = json.loads(result.read())
         
-        mylog.debug("resultDict = %s "%(resultDict))
+        mylog.debug("resultDict = %s " % (resultDict))
 
         if int(resultDict["errorcode"]) > 0:
             return True
     except Exception, e:
-        mylog.info("SendWXBill error %s"%e)
+        mylog.info("SendWXBill error %s" % e)
     return False
 
 # 閫氱煡鍚庡彴鏁版嵁涓績璁板綍
@@ -479,7 +492,7 @@
         post['regionid'] = wxdata['serverid'] 
         post['orderid'] = wxdata['orderid'] 
         post['passport'] = wxdata['accid'] 
-        post['roleid'] =  wxdata['roleid']
+        post['roleid'] = wxdata['roleid']
         post['ordertitle'] = wxdata['ordertitle'].encode("UTF8")
         post['orderinfo'] = wxdata['orderinfo']
         post['money'] = wxdata['money'] 
@@ -488,18 +501,18 @@
         post['viplevel'] = wxdata['viplevel'] 
         post['time'] = int(time.time())
         
-        key = ConfigIO.GetValue("Coupon", "key_%s"%post['appid'])
+        key = ConfigIO.GetValue("Coupon", "key_%s" % post['appid'])
         #md5(appid=$appid&regionid=$regionid&passport=$passport&&money=$money&time=$time$app_secret) 
-        signStr = "appid=%s&regionid=%s&passport=%s&money=%s&time=%s%s"%(\
+        signStr = "appid=%s&regionid=%s&passport=%s&money=%s&time=%s%s" % (\
                     post['appid'], post['regionid'], post['passport'], post['money'], post['time'], key)
         sign = md5.md5(signStr).hexdigest()
         #mylog.debug("SendDataCollectorBillInfo  %s-%s-%s-%s"%(signStr, sign, key, post))
         post['sign'] = sign
-        result = urllib2.urlopen(billurl +"?" + urllib.urlencode(post), timeout =3)
+        result = urllib2.urlopen(billurl + "?" + urllib.urlencode(post), timeout=3)
         #mylog.debug("SendDataCollectorBillInfo result %s"%result.read())
 
     except Exception, e:
-        mylog.debug("SendDataCollectorBillInfo error %s"%e)
+        mylog.debug("SendDataCollectorBillInfo error %s" % e)
 
 
 # 鏌ヨ瀹℃牳鏃堕棿

--
Gitblit v1.8.0