浏览代码

优化根据序列号查询各个服绑定状态

linhaohong 8 月之前
父节点
当前提交
8781752597
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Controller/TestApi.py

+ 0 - 3
Controller/TestApi.py

@@ -998,9 +998,6 @@ class testView(View):
             if not serial_number:
                 return response.json(0)
 
-            if not CONFIG_INFO == "cn":
-                return response.json(0, [])
-
             def fetch_data(url, data, server_info, results_data):
                 try:
                     max_retries = 3