为了确保您的开发体验,建议您使用Apifox浏览器插件或客户端进行调试。
{
"type": "all_lyrics",
"player": "wesing",
"data": {
"song_title": "告白 - 花澤香菜",
"duration": 236,
"play_time": 1.2,
"count": 3,
"lyrics": [
{
"index": 0,
"time": 0.5,
"text": "いつもそばにいるのに"
},
{
"index": 1,
"time": 2.1,
"text": "ふと気付くと遠すぎて"
},
{
"index": 2,
"time": 3.8,
"text": "手を伸ばしても届かない"
}
]
}
}curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "all_lyrics",
"player": "wesing",
"data": {
"song_title": "告白 - 花澤香菜",
"duration": 236,
"play_time": 1.2,
"count": 3,
"lyrics": [
{
"index": 0,
"time": 0.5,
"text": "いつもそばにいるのに"
},
{
"index": 1,
"time": 2.1,
"text": "ふと気付くと遠すぎて"
},
{
"index": 2,
"time": 3.8,
"text": "手を伸ばしても届かない"
}
]
}
}'