Authorization: Bearer ********************{
"source": "BASE",
"tableName": "string",
"conditions": [
{
"key": "string",
"value": {},
"condition": "{type: 完全匹配}",
"logic": "{type: 与}"
}
],
"pageNum": 1,
"pageSize": 10
}curl --location 'http://10.12.186.133:30924/hub/proxy/selectId' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"source": "BASE",
"tableName": "string",
"conditions": [
{
"key": "string",
"value": {},
"condition": "{type: 完全匹配}",
"logic": "{type: 与}"
}
],
"pageNum": 1,
"pageSize": 10
}'{
"code": 0,
"msg": "string",
"data": [
{}
],
"ok": true
}