查询所有的题目和答案
POST
http://10.250.245.21:8080/m/act/wjs/listTopicAndAnswerByQuestionId
请求参数
application/json参数名
类型
描述
必填
requestionId
String
问卷ID
必填
srcId
String
订单ID
可选
isT
String
是否为测试,测试则不用传订单号 isT=y 测试
可选
响应参数
application/json参数名
类型
描述
必填
id
string
主键
必填
answerNum
string
答案标号
必填
answerContent
string
答案内容
必填
contentFlag
string
是否主观题 1是0否 为1时答案显示-其他【请注明】__________________________
必填
topicId
string
对应题目ID
必填
selectToTopid
string
选择跳转题目ID
必填
showSort
string
展示排序
必填
id
string
主键
必填
topicNum
string
题目编号
必填
topicContent
string
题目内容
必填
topicType
string
title-小标题 主问卷部分/背景信息;singleSelect-单选题;multiSelect-多选题;orderlyMultiSelect-有序多选题;score-五星打分题;scoreRecommend-十分推荐打分题;product-产品类型选项题;mainProductScore-主餐产品类型打分题;otherProductScore-非主餐产品类型打分题 如小食 甜品 饮品等等。content--填空题
必填
hideFlag
string
是否隐藏 1是0否
必填
bindPrds
string
关联产品显示
必填
bindPrdsToTopid
string
产品类型跳转题目ID
必填
maxCheckNum
int
最多选项数 值为-1代表多选无上限
必填
minCheckNum
int
最小选项数
必填
msg
string
错误说明
必填
code
int
200:成功,其他表示失败
必填