Commit 652e93ce by dong

fix20221209

parent 565e6101
...@@ -1108,7 +1108,7 @@ def radar_enums(): ...@@ -1108,7 +1108,7 @@ def radar_enums():
# 具体类型企业列表查询 # 具体类型企业列表查询
@api_radar.route("/enterList", methods=["POST"]) @api_radar.route("/enterList", methods=["POST"])
def newList(): def newList1():
'''查看企业列表——外加详情''' '''查看企业列表——外加详情'''
req_dict = request.get_json() req_dict = request.get_json()
inid = req_dict.get("inid") # 行业id inid = req_dict.get("inid") # 行业id
......
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