为了确保您的开发体验,建议您使用Apifox浏览器插件或客户端进行调试。
{
"type": "all_lyrics",
"player": "wesing",
"data": {
"title": "都是夜归人 - 许美静",
"duration": 296,
"position": 1.75,
"progress": 0.0059121624,
"count": 38,
"lyrics": [
{
"index": 0,
"timestamp": 25.44,
"play_time": 25.24,
"text": "是冰冻的时分 已过夜深的夜晚",
"sub_text": "",
"text_detailed": {}
},
{
"index": 1,
"timestamp": 31.483,
"play_time": 31.282999,
"text": "往事就像流星刹那划过心房",
"sub_text": "",
"text_detailed": {}
},
{
"index": 2,
"timestamp": 37.716,
"play_time": 37.516,
"text": "灰暗的深夜 是寂寞的世界",
"sub_text": "",
"text_detailed": {}
}
],
"lyrics_detailed": []
}
}curl --location 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data '{
"type": "all_lyrics",
"player": "wesing",
"data": {
"title": "都是夜归人 - 许美静",
"duration": 296,
"position": 1.75,
"progress": 0.0059121624,
"count": 38,
"lyrics": [
{
"index": 0,
"timestamp": 25.44,
"play_time": 25.24,
"text": "是冰冻的时分 已过夜深的夜晚",
"sub_text": "",
"text_detailed": {}
},
{
"index": 1,
"timestamp": 31.483,
"play_time": 31.282999,
"text": "往事就像流星刹那划过心房",
"sub_text": "",
"text_detailed": {}
},
{
"index": 2,
"timestamp": 37.716,
"play_time": 37.516,
"text": "灰暗的深夜 是寂寞的世界",
"sub_text": "",
"text_detailed": {}
}
],
"lyrics_detailed": []
}
}'