data_server.py
@@ -176,6 +176,10 @@ response_data = json.dumps(result) except Exception as e: response_data = json.dumps({"code": 1, "msg": str(e)}) elif url.path == "/load_kpl_stock_of_markets_plate": # 加载数据 KPLStockOfMarketsPlateLogManager().load_data() response_data = json.dumps({"code": 0, "msg": "暂无内容"}) elif url.path == "/get_kpl_stock_of_markets_plate": # 获取开盘啦流入板块详细信息 print("==========get_kpl_stock_of_markets_plate==========")