curl --location --request DELETE 'http://localhost:3000/api/admin/category/del?id' \ --header 'Authorization;'
{ "code": "200", "message": "删除分类成功" }