提交消息列表功能

This commit is contained in:
liuwei
2025-04-01 13:44:48 +08:00
parent 6fe8f9ae9e
commit e467e44b1e

View File

@@ -542,7 +542,7 @@ class DashboardServer:
self.logger.error(f"获取群组列表失败: {e}")
return jsonify({'error': str(e)}), 500
return app
return app
def run(self):
"""运行服务器"""