Эх сурвалжийг харах

优化根据序列号查询各个服绑定状态接口 - 添加返回排序

linhaohong 1 жил өмнө
parent
commit
356f312477
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      Controller/TestApi.py

+ 3 - 0
Controller/TestApi.py

@@ -1016,6 +1016,9 @@ class testView(View):
             if not fetched_server_ids == server_ids:
                 return response.json(500, 'please try again')
 
+            # 排序
+            results_data = sorted(results_data, key=lambda x: x["server"])
+
             is_ok = True
             operation = ""
             status_log = ""