{
"code": 0,
"msg": "success",
"data": {
"version": "2.1.0",
"addr": "0.0.0.0:8765",
"config_sources": ["config.yml", "命令行参数"],
"config": {
"addr": "0.0.0.0:8765",
"offset": 100,
"poll": 50
},
"endpoints": {
"ws": "ws://0.0.0.0:8765/ws",
"health-check": "http://0.0.0.0:8765/health-check",
"service-status": "http://0.0.0.0:8765/service-status",
"all_lyrics": "http://0.0.0.0:8765/all_lyrics",
"lyric_update": "http://0.0.0.0:8765/lyric_update",
"status_update": "http://0.0.0.0:8765/status_update",
"song_info": "http://0.0.0.0:8765/song_info",
"lyric_update-SSE": "http://0.0.0.0:8765/lyric_update-SSE",
"song_info-SSE": "http://0.0.0.0:8765/song_info-SSE"
},
"status": "playing",
"now_time": "2026-03-19T12:34:56+08:00",
"client_count": 2,
"ws_connected": {
"connected": true,
"clients": [
"192.168.1.100:54321",
"192.168.1.200:54322"
]
}
}
}