{
"pageNum": 1,
"pageSize": 10,
"platform": "string",
"kdbAccount": "string",
"shopId": "string",
"kdbAccountList": [
"string"
],
"shopIdList": [
"string"
],
"startReviewTime": "string",
"endReviewTime": "string",
"startScore": 0,
"endScore": 0,
"kdbReplyStatus": "string",
"hdpReplyStatus": "string",
"keyword": "string",
"contentStatus": 0,
"showSource": "string",
"idList": [
"string"
],
"repeatReplyFlag": "string"
}
curl --location --request POST '/userPlatform/kdb/review/listPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"platform": "string",
"kdbAccount": "string",
"shopId": "string",
"kdbAccountList": [
"string"
],
"shopIdList": [
"string"
],
"startReviewTime": "string",
"endReviewTime": "string",
"startScore": 0,
"endScore": 0,
"kdbReplyStatus": "string",
"hdpReplyStatus": "string",
"keyword": "string",
"contentStatus": 0,
"showSource": "string",
"idList": [
"string"
],
"repeatReplyFlag": "string"
}'
{
"code": 0,
"message": "",
"data": null
}