{
"platforms": [
"KDB"
],
"parentAreaId": "string",
"shopIds": [
"string"
],
"shopType": "string",
"shopCity": "string",
"startDt": "string",
"endDt": "string",
"scoreStart": 0,
"scoreEnd": 0,
"periodType": "DAY",
"needRatio": false
}curl --location '/userPlatform/reviewAnalyse/textSummary' \
--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
}'{
"code": 0,
"message": "string",
"data": {
"text": "string"
}
}