curl --location --request GET '/api/article/category'
{ "code": 200, "msg": "成功", "data": [ { "id": 1, "name": "规格" } ] }