CRM配置问卷-新增编辑保存问券
POST
http://crm.houcaller.com/m/act/wjs/saveWjsQuestionInfo
请求参数
application/json参数名
类型
描述
必填
id
string
问券id 新增不传 编辑必传
可选
requestionTitle
string
问卷标题
必填
requestionContent
string
问卷描述
可选
maxNum
int
样本数量
必填
beginDate
string
开始时间 yyyy-mm-dd 00:00:00 精确到天
必填
endDate
string
结束时间 yyyy-mm-dd 00:00:00 精确到天
必填
awardContent
string
奖励内容说明
可选
sendType
string
送券类型(0是堂食券 1是商城券)
必填
cpnId
string
券Id
必填
cpnName
string
券名称
可选
sendNum
int
送券数量
必填
topicNum
string
题目编号
必填
topicType
string
题目类型 singleSelect-单选题;multiSelect-多选题;score-评分题;content-填空题;
必填
topicContent
string
题目内容
必填
remark
string
题目提示
可选
hideFlag
string
是否隐藏 1隐藏 0不隐藏
必填
minCheckNum
int
最小选项数 单选题传1
必填
maxCheckNum
int
最多选项数 单选题传1
必填
showSort
int
题目排序
必填
topicNo
string
题目标号 配置问券跳转题时用来定位题目的
必填
topicTypeCode
string
题目分类编码 报表如需特殊处理,请为此题绑定分类,否则传空
必填
响应参数
参数名
类型
描述
必填
msg
string
错误说明
必填
code
int
200:成功,其他表示失败
必填