feat:完善前端页面郭志胜

This commit is contained in:
2025-01-03 15:32:26 +08:00
parent b218c62ac7
commit 66b5d0d287
7 changed files with 452 additions and 5 deletions

View File

@@ -54,8 +54,9 @@ def orders_count_by_name():
finally:
# 取消订阅并关闭消费者
consumer.close()
print(messages)
return jsonify(messages)
@api_bp.route('/stream/ordernamecount')