Commit 2cf419b2 authored by wang zhengwei's avatar wang zhengwei

fix bug

parent 6bf16c36
......@@ -268,9 +268,6 @@ class CurriculumOrderService:
except:
raise CustomFlaskErr(Errors.PROD_NOPRICE)
args.pop('ad', '')
args.pop('ad_id', '')
elif args['ab_type'] == 300:
data = {
"payReqs": [{"resId": args['ab_proid']}],
......@@ -383,6 +380,8 @@ class CurriculumOrderService:
args.pop('host_url', '')
args.pop('openid', '')
args.pop('tampToken', '')
args.pop('ad', '')
args.pop('ad_id', '')
order_info = OrderFlow(**args)
tamp_user_session.add(order_info)
return pay_params
......
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