third_data/data_server.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
third_data/data_server.py
@@ -503,6 +503,8 @@ statistic = {} for result in results: for c in result[1]: if not tool.is_shsz_code(c): continue if code and code != c: continue if c not in statistic: @@ -514,6 +516,7 @@ fresults = [] for x in statistic_list: fresults.append((x[0], gpcode_manager.get_code_name(x[0]), x[1])) fresults = fresults[:30] response_data = json.dumps({"code": 0, "data": fresults}) elif url.path == "/get_h_cancel_data": ps_dict = dict([(k, v[0]) for k, v in parse_qs(url.query).items()])