通过id删除图书
GET
http://localhost:8081/books/delete/{id}
接口描述
删除指定id的图书
请求参数
参数名
类型
描述
必填
id
int
当前id号
必填