{
"id": "string",
"brandIntroduction": "string",
"brandFeatures": "string",
"tempType": "string",
"customerName": "string",
"selfName": "string",
"replyType": "string",
"preDishReply": "string",
"startText": "string",
"endText": "string",
"addFeaturesText": "string",
"sentimentRules": [
{
"minScore": 0,
"maxScore": 0,
"replyType": "string",
"contents": [
"string"
]
}
]
}
curl --location --request POST '/userPlatform/physical/global/strategy/addOrModiyfGlobal' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"brandIntroduction": "string",
"brandFeatures": "string",
"tempType": "string",
"customerName": "string",
"selfName": "string",
"replyType": "string",
"preDishReply": "string",
"startText": "string",
"endText": "string",
"addFeaturesText": "string",
"sentimentRules": [
{
"minScore": 0,
"maxScore": 0,
"replyType": "string",
"contents": [
"string"
]
}
]
}'
{
"code": 0,
"message": "",
"data": null
}