Skip to content

最近播放-播客

调用此接口,可获得最近播放-播客

接口信息

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

请求参数

参数类型必填默认值说明
limitnumber | string100返回数量,默认为 100

HTTP 示例

bash
GET /record/recent/dj?limit=1

编程式调用

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

const result = await recordRecentDj({
  limit: '1',
})

console.log(result.body)

补充说明

说明 : 调用此接口,可获得最近播放-播客

可选参数 : limit : 返回数量,默认为 100

接口地址 : /record/recent/dj

调用例子 : /record/recent/dj?limit=1

Released under the MIT License.