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