Commit 60ba0e0e authored by etscript's avatar etscript

添加订单号

parent 6ccbfe79
......@@ -414,6 +414,7 @@ class CurriculumOrderService:
args.pop('ad_id', '')
order_info = OrderFlow(**args)
tamp_user_session.add(order_info)
pay_params = {**pay_params, **{"ab_ordernum":args['ab_ordernum']}}
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