curl --location --request GET 'https://test.51vive.com/resource/modelType/getTreeList'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"typeName": "string",
"level": 0,
"pid": 0,
"picId": 0,
"picUrl": "string",
"status": 0,
"sort": 0,
"treeIndex": "string"
}
]
}