为了确保您的开发体验,建议您使用Apifox浏览器插件或客户端进行调试。
{
"type": "lyric_update",
"player": "wesing",
"data": {
"line_index": 5,
"text": "君に嘘をついていた",
"sub_text": "",
"timestamp": 9,
"play_time": 9.15,
"progress": 0.4167
}
}curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "lyric_update",
"player": "wesing",
"data": {
"line_index": 5,
"text": "君に嘘をついていた",
"sub_text": "",
"timestamp": 9,
"play_time": 9.15,
"progress": 0.4167
}
}'