{
"platforms": [
"KDB"
],
"parentAreaId": "string",
"shopIds": [
"string"
],
"shopType": "string",
"shopCity": "string",
"startDt": "string",
"endDt": "string",
"scoreStart": 0,
"scoreEnd": 0,
"periodType": "DAY",
"needRatio": false,
"dishName": "string"
}curl --location '/userPlatform/reviewAnalyse/dishSummary' \
--header 'Content-Type: application/json' \
--data '{
"platforms": [
"KDB"
],
"parentAreaId": "string",
"shopIds": [
"string"
],
"shopType": "string",
"shopCity": "string",
"startDt": "string",
"endDt": "string",
"scoreStart": 0,
"scoreEnd": 0,
"periodType": "DAY",
"needRatio": false,
"dishName": "string"
}'{
"code": 0,
"message": "string",
"data": {
"dishName": "string",
"totalCount": 0,
"changeCount": 0,
"text": "string"
}
}