为了确保您的开发体验,建议您使用Apifox浏览器插件或客户端进行调试。
index - 歌词行号(-1 表示纯音乐/无歌词,见下方说明)text - 主歌词文本sub_text - 副歌词文本(翻译/音译等,无时为空字符串)timestamp - 歌词时间戳(秒)play_time - 实际播放时间(秒);根据偏移量调整后的时间progress - 播放进度(0-1)index: -1 纯音乐说明:index: -1 而非空对象 {},且 text、sub_text 均为空字符串,timestamp 和 progress 为 0。all_lyrics(count: 0,lyrics: [])。msg.data.index === -1 识别纯音乐,而非依赖 msg.data.text。