{
"page": {
"records": [],
"total": 0,
"size": 10,
"current": 1,
"orders": []
},
"params": [
{
"fieldName": "code",
"condition": "eq",
"value": ""
}
]
}curl --location --request POST '/basedoc/api/traderClass/page' \
--header 'authorization: Bearer xxxxx' \
--header 'tenant-id;' \
--header 'orgId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"records": [],
"total": 0,
"size": 10,
"current": 1,
"orders": []
},
"params": [
{
"fieldName": "code",
"condition": "eq",
"value": ""
}
]
}'{
"code": null,
"msg": "",
"data": {},
"timestamp": 0
}