deleteById(根据id删除路径)
DELETE
http://localhost:8001/picture
接口描述
根据id删除轮播图的url
请求参数
参数名
类型
描述
必填
id
int
必填
响应参数
参数名
类型
描述
必填
status
String
成功返回success,失败返回error
必填
msg
String
根据中文表示成功或者失败
必填