{
"pageSize": 10,
"pageNumber": 1,
"appName": "string",
"status": "string",
"appId": {
"mostSigBits": 0,
"leastSigBits": 0
}
}
curl --location --request POST 'http://172.20.238.8:48806/feedback/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 10,
"pageNumber": 1,
"appName": "string",
"status": "string",
"appId": {
"mostSigBits": 0,
"leastSigBits": 0
}
}'
{
"records": [
{
"id": {
"mostSigBits": 0,
"leastSigBits": 0,
"leastSignificantBits": 0,
"mostSignificantBits": 0
},
"appId": {
"mostSigBits": 0,
"leastSigBits": 0,
"leastSignificantBits": 0,
"mostSignificantBits": 0
},
"appName": "",
"appIcon": "",
"status": "",
"content": "",
"answer": "",
"createAt": "",
"updateAt": "",
"createBy": {
"mostSigBits": 0,
"leastSigBits": 0,
"leastSignificantBits": 0,
"mostSignificantBits": 0
},
"creatorName": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": "",
"pages": 0
}