{
"kdbAccount": "string",
"platform": "Multi.Platform.KDB"
}
curl --location --request POST '/userPlatform/kdbReply/temp/findReplyTempAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"kdbAccount": "string",
"platform": "Multi.Platform.KDB"
}'
{
"code": 200,
"message": "接口调用成功",
"data": {
"id": "38050df3ea424d338466c31a31620a58",
"kdbAccount": "yushijia123",
"platform": "KDB",
"tempType": "SENTIMENT",
"brandIntroduction": "逾食家",
"customerName": "花粉",
"selfName": "世界餐厅",
"shopFeatures": "食材新鲜",
"startText": null,
"endText": "欢迎您的光临",
"useStatus": "IN_USE",
"replyType": "活泼",
"preDishReply": "0",
"sentimentReplyRuleList": [
{
"minScore": -5,
"maxScore": 0,
"replyType": "CUSTOM",
"contents": [
"很抱歉让您有不好的用餐体验,我们会努力改正,期待您的下次光临1。",
"很抱歉让您有不好的用餐体验,我们会努力改正,期待您的下次光临2。"
]
},
{
"minScore": 1,
"maxScore": 3,
"replyType": "CUSTOM",
"contents": [
"感谢您的好评1。",
"感谢您的好评2。"
]
},
{
"minScore": 4,
"maxScore": 5,
"replyType": "AI",
"contents": null
}
],
"createTime": "2024-08-02T00:49:03",
"updateTime": "2025-09-04T14:19:14"
}
}