Skip to content

歌曲红心数量

调用此接口获取歌曲的红心用户数量

接口信息

项目
接口地址/song/red/count
请求方式GET / POST
需要登录
对应模块song_red_count
文档分类歌曲与播放

请求参数

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

HTTP 示例

bash
GET /song/red/count?id=186016

编程式调用

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

const result = await songRedCount({
  id: '186016',
})

console.log(result.body)

补充说明

说明: 调用此接口获取歌曲的红心用户数量

必选参数:

id: 歌曲id

接口地址: /song/red/count

调用例子: /song/red/count?id=186016

Released under the MIT License.