{
"requestData": {},
"pageInfo": {
"pageSize": 0,
"pageIndex": 0,
"isPaging": true,
"strWhere": "string",
"strSort": "string"
}
}
curl --location --request POST '/Parameter/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestData": {},
"pageInfo": {
"pageSize": 0,
"pageIndex": 0,
"isPaging": true,
"strWhere": "string",
"strSort": "string"
}
}'
{}