{
"pageNum": 1,
"pageSize": 10,
"elmAccountList": [
"string"
],
"shopIdList": [
0
],
"startReviewTime": "string",
"endReviewTime": "string",
"startScore": 0,
"endScore": 0,
"elmReplyStatus": "string",
"hdpReplyStatus": "string",
"keyword": "string"
}
curl --location --request POST '/userPlatform/elm/review/queryConfirmAllCount' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"elmAccountList": [
"string"
],
"shopIdList": [
0
],
"startReviewTime": "string",
"endReviewTime": "string",
"startScore": 0,
"endScore": 0,
"elmReplyStatus": "string",
"hdpReplyStatus": "string",
"keyword": "string"
}'
{
"code": 0,
"message": "",
"data": null
}