Authorization: Bearer ********************{
"source": "BASE",
"tableName": "ba_dpds_att",
"conditions": [
{
"key": "geom",
"condition": "HIDE"
}
]
}curl --location 'http://10.12.186.133:30924/hub/proxy/select' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"source": "BASE",
"tableName": "ba_dpds_att",
"conditions": [
{
"key": "geom",
"condition": "HIDE"
}
]
}'{
"code": 0,
"msg": "string",
"data": [
{
"key": {}
}
],
"ok": true
}