|
@@ -255,8 +255,8 @@ class CloudVodView(View):
|
|
print(repr(e))
|
|
print(repr(e))
|
|
return response.json(10, repr(e))
|
|
return response.json(10, repr(e))
|
|
if order_string:
|
|
if order_string:
|
|
- # redirectUrl = "https://openapi.alipaydev.com/gateway.do?" + order_string
|
|
|
|
- redirectUrl = "https://openapi.alipay.com/gateway.do?" + order_string
|
|
|
|
|
|
+ redirectUrl = "https://openapi.alipaydev.com/gateway.do?" + order_string
|
|
|
|
+ # redirectUrl = "https://openapi.alipay.com/gateway.do?" + order_string
|
|
# from django.http import HttpResponseRedirect
|
|
# from django.http import HttpResponseRedirect
|
|
# return HttpResponseRedirect("https://openapi.alipaydev.com/gateway.do?" + order_string)
|
|
# return HttpResponseRedirect("https://openapi.alipaydev.com/gateway.do?" + order_string)
|
|
Order_Model.objects.create(orderID=orderID, UID=uid, channel=channel, userID_id=userID, desc=content,
|
|
Order_Model.objects.create(orderID=orderID, UID=uid, channel=channel, userID_id=userID, desc=content,
|