当前用户的播放数,粉丝数,关注数
POST
http://localhost:8082/api/homeMain/getPFA
接口描述
输入userId即可得到当前用户的播放数,粉丝数和关注数
请求参数
参数名
类型
描述
必填
userId
integer
用户id(10063)
必填
响应参数
参数名
类型
描述
必填
attentionNum
Integer
关注数
必填
fansNum
Integer
粉丝数
必填
playNum
Integer
播放数
必填