文档
测试

获取预测板块题目(new)

POST
teacher/action/getForecastMessage

请求参数

参数名
类型
描述
必填
id
String
活动id
必填
page
int
必填
limit
int
必填

响应参数

参数名
类型
描述
必填
code
必填
msg
必填
forcestmessage
list
包含 ifMultipleCommits ifLookAnswer topic
必填

说明 / 示例

{ "ifMultipleCommits": "0", "ifLookAnswer": "0", "topic": [ { "order": 1, "type": 0, "questionName": "单选1", "opt": [ { "value": "选项1" }, { "value": "选项2" } ], "answer": "选项2", "multipleChoice": [], "judgeAnswer": "" }, { "order": 2, "type": 1, "questionName": "多选2", "opt": [ { "value": "选项1" }, { "value": "选项2" } ], "answer": "", "multipleChoice": [ "选项2", "选项1" ], "judgeAnswer": "" }, { "order": 3, "type": 2, "questionName": "问答3", "opt": [ { "value": "" } ], "answer": "", "multipleChoice": [], "judgeAnswer": "" }, { "order": 4, "type": 3, "questionName": "判段4", "opt": [ { "value": "" } ], "answer": "", "multipleChoice": [], "judgeAnswer": "1" } ] } `