删除图片
DELETE
http://localhost:3690/song/delimg
请求参数
参数名
类型
描述
必填
song_img
string
示例:http://localhost:3690/img/link-1597654079704.jpg
必填
song_id
int
示例:788
必填
响应参数
参数名
类型
描述
必填
code
int
示例:2000
必填
flag
boolean
示例:true
必填
message
string
示例:删除成功
必填