瀏覽代碼

欧洲查询序列号状态使用HTTP

zhangdongming 1 年之前
父節點
當前提交
5dd5b4d09a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/TestApi.py

+ 1 - 1
Controller/TestApi.py

@@ -1003,7 +1003,7 @@ class testView(View):
             results1["result"]["domainName"] = "https://www.dvema.com"
             results_data.append(results1["result"])
 
-            res2 = requests.post("https://api.zositeche.com/testApi/getSerialNumberInfo",
+            res2 = requests.post("http://api.zositeche.com/testApi/getSerialNumberInfo",
                                  data={'serialNumber': serial_number}, timeout=15)
             results2 = json.loads(res2.text)
             results2['result']['server'] = 3