20250904-初步功能已完成

This commit is contained in:
2025-09-17 22:24:16 +08:00
parent db67024157
commit 5d63cc7961
75 changed files with 267 additions and 461 deletions

View File

@@ -274,6 +274,7 @@ def stopScript():
@app.route('/passAnchorData', methods=['POST'])
def passAnchorData():
try:
LogManager.method_info("关注打招呼","关注打招呼")
data: Dict[str, Any] = request.get_json()
# 设备列表
idList = data.get("deviceList", [])
@@ -431,7 +432,6 @@ def aiConfig():
@app.route("/select_last_message", methods=['GET'])
def select_last_message():
data = JsonUtils.query_all_json_items()
return ResultData(data=data).toJson()