deleteById(根据id删除)
DELETE
http://localhost:8081/top/{id}
接口描述
根据id删除top栏
请求参数
参数名
类型
描述
必填
id
int
必填
响应参数
参数名
类型
描述
必填
status
String
成功返回success,失败返回error
必填
msg
String
用中文表示返回成功还是失败
必填