Skip to content

私信和通知接口

登录后调用此接口,可获取私信和通知数量信息

接口信息

项目
接口地址/pl/count
请求方式GET / POST
需要登录
对应模块pl_count
文档分类其他工具

请求参数

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

HTTP 示例

bash
GET /pl/count

编程式调用

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

const result = await plCount()

console.log(result.body)

补充说明

说明 : 登录后调用此接口,可获取私信和通知数量信息

接口地址 : /pl/count

调用例子 : /pl/count

Released under the MIT License.