Skip to content

最近听歌列表

调用后可获取最近听歌列表

接口信息

项目
接口地址/recent/listen/list
请求方式GET / POST
需要登录
对应模块recent_listen_list
文档分类听歌记录

请求参数

这页暂时没有单独整理参数表,直接参考下面的示例调用即可。

HTTP 示例

bash
GET /recent/listen/list

编程式调用

ts
import { recentListenList } from 'hana-music-api'

const result = await recentListenList()

console.log(result.body)

补充说明

说明 : 调用后可获取最近听歌列表

接口地址 : /recent/listen/list

Released under the MIT License.