Explorar el Código

支付操作后,返回状态码1

chenshibin hace 4 años
padre
commit
fda678dce4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Controller/CloudVod.py

+ 1 - 1
Controller/CloudVod.py

@@ -1132,7 +1132,7 @@ class CloudVodView(View):
                 status = 1
                 url = "{SERVER_DOMAIN}web/paid2/success.html".format(SERVER_DOMAIN=SERVER_DOMAIN)
             else:
-                status = 1
+                status = 0
                 url = "{SERVER_DOMAIN}web/paid2/fail.html".format(SERVER_DOMAIN=SERVER_DOMAIN)
 
         res = {'status': status, 'url': url}