Commit 689b2832 by dong

fix

parent d0cca3c4
...@@ -1841,7 +1841,7 @@ def areal_project(): ...@@ -1841,7 +1841,7 @@ def areal_project():
# 首页统计 # 首页统计
@api_manage.route("/GetData", methods=["POST"]) @api_manage.route("/GetData", methods=["POST"])
def get_data(): def get_data():
return jsonify(code=RET.OK, msg="ok") return jsonify(code=RET.OK, data={"target_data_li": [], "data_time": ''}, msg='数据查询成功。')
# req_dic = request.get_json() # req_dic = request.get_json()
# flag = req_dic['flag'] # flag = req_dic['flag']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment