{
"pageNum": 1,
"pageSize": 10,
"kdbAccount": "string",
"shopId": "string",
"shopInfos": [
{
"kdbAccount": "string",
"shopId": "string"
}
],
"platform": "string",
"startDt": "string",
"endDt": "string"
}curl --location '/userPlatform/kdb/review/summary' \
--header 'Content-Type: application/json' \
--data '{
"pageNum": 1,
"pageSize": 10,
"kdbAccount": "string",
"shopId": "string",
"shopInfos": [
{
"kdbAccount": "string",
"shopId": "string"
}
],
"platform": "string",
"startDt": "string",
"endDt": "string"
}'{
"code": 0,
"message": "",
"data": {
"summaryText": "",
"trendChartData": {
"xValues": [
""
],
"compareXValues": [
""
],
"goodReviewTrend": [
0.0
],
"badReviewTrend": [
0.0
],
"badRateTrend": [
0.0
],
"compareGoodReviewTrend": [
0.0
],
"compareBadReviewTrend": [
0.0
],
"compareBadRateTrend": [
0.0
]
},
"highBadRateStats": {
"summaryText": "",
"nationalAvgBadRate": 0.0,
"highBadRateShopCount": 0,
"shopDetails": [
{
"shopName": "",
"newReviewCount": 0,
"newBadReviewCount": 0,
"badRate": 0.0
}
]
},
"badRateImprovementStats": {
"summaryText": "",
"improvedShopCount": 0,
"shopDetails": [
{
"shopName": "",
"newReviewCount": 0,
"newBadReviewCount": 0,
"badRate": 0.0,
"badRateCompare": 0.0
}
]
}
}
}