curl --location --request GET '/ent/client/liaison/' \
--header 'Authorization;' \
--header 'X-Requested-With;'
{
"message": "string",
"status": 0,
"data": [
{
"id": 0,
"title": "string",
"sort": 0,
"types": 0,
"status": 0,
"data": [
{
"id": 0,
"cate_id": 0,
"key": "string",
"key_name": "string",
"type": "string",
"dict_type_id": 0,
"value": [
"string"
]
}
]
}
],
"tips": 0
}