{
"topicName": "我是评分3",
"surveyTypeNumber": "WJLX2411201331Q5WCJ",
"rangeType": "工作认可",
"topicType": "3",
"attachment": "附件",
"optionList": [
{
"optionText": "态度极差",
"optionValue": "1星",
"isComment": "1"
},
{
"optionText": "响应不及时",
"optionValue": "2星"
},
{
"optionText": "很专业",
"optionValue": "3星"
},
{
"optionText": "综合服务满意",
"optionValue": "4星"
},
{
"optionText": "完全超出预期",
"optionValue": "5星"
}
]
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/study/surveyTopic/addOrEdit' \
--header 'token: {{token}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"topicName": "我是评分3",
"surveyTypeNumber": "WJLX2411201331Q5WCJ",
"rangeType": "工作认可",
"topicType": "3",
"attachment": "附件",
"optionList": [
{
"optionText": "态度极差",
"optionValue": "1星",
"isComment": "1"
},
{
"optionText": "响应不及时",
"optionValue": "2星"
},
{
"optionText": "很专业",
"optionValue": "3星"
},
{
"optionText": "综合服务满意",
"optionValue": "4星"
},
{
"optionText": "完全超出预期",
"optionValue": "5星"
}
]
}'{
"data": null,
"code": 0,
"msg": "string",
"desc": null
}