curl --location --request GET 'https://test.51vive.com/aichat/expert/classify/getListByList'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"pid": 0,
"ancestral": "string",
"level": 0,
"deleted": true,
"name": "string",
"sort": "string",
"experts": "string",
"enable": true,
"createTime": "2019-08-24T14:15:22Z",
"createBy": 0,
"createName": "string",
"children": [
{}
]
}
]
}