文档
测试

获取用户在当前歌曲下的评论

GET
localhost:8080/comment/findByUidAndSongId?songId=

接口描述

获取登录用户在当前歌曲页面的所有评论

请求参数

参数名
类型
描述
必填
songId
int
歌曲id
必填

响应参数

参数名
类型
描述
必填
code
int
1为查询失败,0为查询成功
必填
msg
string
信息提示
必填
data
List
评论信息集合
必填
id
int
歌曲id
必填
comment
string
评论信息
必填
commentTime
object
评论时间
必填
oname
string
用户昵称
必填
userPic
string
用户头像
必填