Commit b9a3bf7c authored by etscript's avatar etscript

fix bug

parent 6c8142f4
...@@ -427,7 +427,7 @@ def consumeSucessAction(order_no, transaction_id): ...@@ -427,7 +427,7 @@ def consumeSucessAction(order_no, transaction_id):
if curriculum_order.get('ab_type') == '300': if curriculum_order.get('ab_type') == '300':
data = {"resId": curriculum_order.get('ab_proid'), data = {"resId": curriculum_order.get('ab_proid'),
"userId": curriculum_order.get('user_id'), "userId": curriculum_order.get('createby'),
"phone": curriculum_order.get('register_phone')} "phone": curriculum_order.get('register_phone')}
headers = { headers = {
"Content-Type": "application/json", "Content-Type": "application/json",
......
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