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