|
@@ -932,6 +932,8 @@ class CloudStorageView(View):
|
|
|
else:
|
|
|
if order_string:
|
|
|
redirectUrl = aliPayObj.alipay_prefix + order_string
|
|
|
+ print('---------tttt')
|
|
|
+ print(redirectUrl)
|
|
|
Order_Model.objects.create(orderID=orderID, UID=uid, channel=channel, userID_id=userID,
|
|
|
desc=content, payType=pay_type, payTime=nowTime,
|
|
|
price=price, currency=currency, addTime=nowTime, updTime=nowTime,
|