chenjunkai 6 years ago
parent
commit
7f6455304a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/CloudVod.py

+ 1 - 1
Controller/CloudVod.py

@@ -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)