Appearance
登录后调用此接口 ,可获取评论
/msg/comments
GET
POST
msg_comments
uid
limit
before
updateTime
GET /msg/comments?uid=32953014
import { msgComments } from 'hana-music-api' const result = await msgComments({ uid: '32953014', }) console.log(result.body)
说明 : 登录后调用此接口 ,可获取评论
必选参数 : uid: 用户 的 id,只能和登录账号的 id 一致
可选参数 :
limit : 返回数量,默认为 30
before : 分页参数,取上一页最后一个歌单的 updateTime 获取下一页数据
接口地址 : /msg/comments
调用例子 : /msg/comments?uid=32953014
/msg/comments?uid=32953014
通知 - 评论
接口信息
/msg/commentsGET/POSTmsg_comments请求参数
uidlimitbeforeupdateTime获取下一页数据HTTP 示例
编程式调用
补充说明
说明 : 登录后调用此接口 ,可获取评论
必选参数 :
uid: 用户 的 id,只能和登录账号的 id 一致可选参数 :
limit: 返回数量,默认为 30before: 分页参数,取上一页最后一个歌单的updateTime获取下一页数据接口地址 :
/msg/comments调用例子 :
/msg/comments?uid=32953014