为了确保您的开发体验,建议您使用Apifox浏览器插件或客户端进行调试。
player - 数据来源播放器(根端点时为当前活跃播放器)duration - 歌曲总时长(秒)play_time - 发送时的当前播放时间(秒),用于前端插值计时的初始锚点count - 歌词行数lyrics - 按 index 排序的歌词数组curl --location --request GET 'localhost:8765/all_lyrics'{
"code": 0,
"msg": "success",
"player": "wesing",
"data": {
"song_title": "告白 - 花澤香菜",
"duration": 236,
"play_time": 1.2,
"count": 12,
"lyrics": [
{
"index": 0,
"time": 0.5,
"text": "いつもそばにいるのに"
},
{
"index": 1,
"time": 2.1,
"text": "ふと気付くと遠すぎて"
},
{
"index": 2,
"time": 3.8,
"text": "手を伸ばしても届かない"
},
{
"index": 3,
"time": 5.5,
"text": "深い森の奥へ迷い込む"
},
{
"index": 4,
"time": 7.2,
"text": "君に逢いたい"
},
{
"index": 5,
"time": 9,
"text": "君に嘘をついていた"
},
{
"index": 6,
"time": 11.2,
"text": "心は静かに落ち着かず"
},
{
"index": 7,
"time": 13.5,
"text": "何もかもが手から零れ落ちる"
},
{
"index": 8,
"time": 15.8,
"text": "ずっと歩いてくよ"
},
{
"index": 9,
"time": 18.2,
"text": "迷えるまま"
},
{
"index": 10,
"time": 20.5,
"text": "君を探す"
},
{
"index": 11,
"time": 22.8,
"text": "その先へ"
}
]
}
}