修改某个商品的信息
PUT
http://localhost:3690/song/change/788?song_name=666655&song_author=555999&list_id=3
请求参数
参数名
类型
描述
必填
song_name
int
示例:666655
必填
song_author
int
示例:555999
必填
list_id
int
示例:3
必填
响应参数
参数名
类型
描述
必填
code
int
示例:2000
必填
flag
boolean
示例:true
必填
message
string
示例:修改成功
必填