Commit 64201357 authored by etscript's avatar etscript

fix bug

parent 03a1aaf2
...@@ -427,7 +427,7 @@ def consumeSucessAction(order_no, transaction_id): ...@@ -427,7 +427,7 @@ def consumeSucessAction(order_no, transaction_id):
}) })
if curriculum_order.ab_type == '300': if curriculum_order.ab_type == '300':
data = {"resId": curriculum_order.ab_proid], data = {"resId": curriculum_order.ab_proid,
"userId": curriculum_order.user_id, "userId": curriculum_order.user_id,
"phone": curriculum_order.register_phone} "phone": curriculum_order.register_phone}
headers = { headers = {
......
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