Ver Fonte

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

linhaohong há 8 meses atrás
pai
commit
8781752597
1 ficheiros alterados com 0 adições e 3 exclusões
  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