Commit 3e916194 by Aeolus

update

parent df7e0419
......@@ -115,7 +115,6 @@ def wx_pay_callback():
callback_data = dict(xmltodict.parse(xml_data)['xml'])
logger.info(xml_data)
logger.info(callback_data)
return xmltodict.unparse({'xml': response_data}, pretty=True), header
attach = re.sub('\'', '\"', callback_data["attach"])
rent_data = json.loads(attach)
platform = rent_data["platform"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment