curl --location --request GET '/api/front/article/category/list'{
"code": 0,
"data": {
"limit": 0,
"list": [
{
"createTime": "2019-08-24T14:15:22.123Z",
"extra": "string",
"id": 0,
"name": "string",
"path": "string",
"pid": 0,
"sort": 0,
"status": true,
"type": 0,
"updateTime": "2019-08-24T14:15:22.123Z",
"url": "string"
}
],
"page": 0,
"total": 0,
"totalPage": 0
},
"message": "string"
}