curl --location --request GET 'https://api.shakingcloud.com/api/cms/article/categories'
{
"attributes": {},
"code": "string",
"data": [
{
"checked": true,
"children": [
{}
],
"code": "string",
"createDate": "2019-08-24T14:15:22Z",
"createStr": "string",
"grade": 0,
"image": "string",
"isShow": true,
"isSystem": true,
"key": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"name": "string",
"pagePath": "string",
"parentKey": "string",
"sort": 0,
"tkey": "string",
"treePath": "string"
}
],
"msg": "string",
"success": true,
"totalCount": 0
}