收藏或取消收藏
GET
http://localhost:10019/collect/collect
请求头
参数名
类型
描述
必填
token
string
必填
请求参数
参数名
类型
描述
必填
musicId
int
音乐id(这是URL参数)
必填
响应参数
参数名
类型
描述
必填
code
int
必填
msg
string
必填
data
int
1代表已收藏,0代表未收藏
必填