|
@@ -397,7 +397,7 @@ class CloudVodView(View):
|
|
endTime=nowTime + addTime
|
|
endTime=nowTime + addTime
|
|
)
|
|
)
|
|
# return response.json(0)
|
|
# return response.json(0)
|
|
- red_url = "{SERVER_DOMAIN}cloudVod/payOK"
|
|
|
|
|
|
+ red_url = "{SERVER_DOMAIN}cloudVod/payOK".format(SERVER_DOMAIN=SERVER_DOMAIN)
|
|
return HttpResponseRedirect(red_url)
|
|
return HttpResponseRedirect(red_url)
|
|
|
|
|
|
|
|
|