写评论
GET
/comment/insertComment?comment=&songId=
接口描述
在用户登录等情况下,用户发表评论
请求参数
参数名
类型
描述
必填
comment
string
评论内容
必填
songId
int
歌曲id
必填
响应参数
参数名
类型
描述
必填
msg
string
必填
code
int
0:评论成功,1:评论失败
必填