文档
测试

查询所有的题目和答案

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
参数名
类型
描述
必填
data
array
题目和答案列表
必填
answerList
array
答案列表
必填
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:成功,其他表示失败
必填

说明 / 示例

<pre>{ "data": [ { "answerList": [ { "answerContent": "知道", "answerNum": "a", "contentFlag": "0", "createTime": null, "createUser": "", "id": "620cb7dda392937c1cc28b20", "lockVersion": "0", "remark": "", "scoreToTopid": "", "selectToTopid": "", "showSort": "1", "status": "", "topicId": "620cb7d6a392937c1cc28b1f", "updateTime": null, "updateUser": "" }, { "answerContent": "不知道", "answerNum": "b", "contentFlag": "0", "createTime": null, "createUser": "", "id": "620cb7dfa392937c1cc28b21", "lockVersion": "0", "remark": "", "scoreToTopid": "", "selectToTopid": "", "showSort": "2", "status": "", "topicId": "620cb7d6a392937c1cc28b1f", "updateTime": null, "updateUser": "" } ], "bindClas": "", "bindPrds": "", "bindPrdsToTopid": "", "createTime": null, "createUser": "", "hideFlag": "0", "id": "620cb7d6a392937c1cc28b1f", "lockVersion": "0", "maxCheckNum": 1, "minCheckNum": 1, "remark": "", "showSort": "100001", "topicContent": "请问您之前是否知道豪客来牛排?", "topicNum": "A1", "topicType": "singleSelect", "updateTime": null, "updateUser": "" }], "code": 200, "msg": "", "result": 1, "tk": "" }