|
@@ -1182,9 +1182,10 @@ class CloudStorageView(View):
|
|
|
print('parameter_dict', parameter_dict)
|
|
|
# parameter_dict 参数中获取MWEB_URL 调转页面在路径后面添加redirect_url
|
|
|
# 统一调用接口
|
|
|
- response = pay.re_finall()
|
|
|
+ response = pay.re_finall(orderid=orderID)
|
|
|
if not response:
|
|
|
return response.json(10, '生成订单错误.')
|
|
|
+
|
|
|
# 回调函数
|
|
|
Order_Model.objects.create(orderID=orderID, UID=uid, channel=channel, userID_id=userID,
|
|
|
desc=content, payType=pay_type, payTime=nowTime,
|