Authorization: Bearer ********************curl --location --request GET 'http://10.12.186.133:30924/hub/proxy/desc?fieldDesc' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"source": "",
"tableId": 0,
"fieldId": 0,
"fieldDesc": "",
"tableName": "",
"fieldName": "",
"originTableName": "",
"originFieldName": "",
"originFieldType": "",
"tableDesc": "",
"fieldDict": ""
}
]
}