继续考试 websocket测试 GET /live-edu/app/member/info 接口描述 继续考试 延用获取会员信息接口(返回示例忽略会员信息字段) 说明 / 示例 `返回示例` ```javascript { "code": 0, "msg": "请求成功", "obj": { "paperObject": { "duration": 431, // 时长 单位秒 "lastTopicPosition": 0, // 上次答题题目索引 "isTesting": 1, // 是否正在考试中 0否 1是 "testingType": 1, // 2021.7.21 新增 考试类型 0 选择题 1 填空题 "id": 1, // 试卷ID "topics":50, //题目总数 "pagerTopicList": [{ // 试卷题目集合 "paperId": 1, // 试卷ID "score": 2, // 分数 "topicInfo": { // 题目信息 "id": 1, // 题目ID "name": "1+1等于多少呢?", // 题目名 "image": "题目图片", // 题目图片 "img": "1+1等于1呀,这都不知道,去上幼儿园学前班吧", // 解析 "centent": "[{"index":"A","answerText":"等于1","image":""},{"index":"B","answerText":"等于2","image":""},{"index":"C","answerText":"等于11","image":""},{"index":"B","answerText":"等于3","image":""}]", // 选项 "rightOption": "A", // 正确答案 "answerOption":"A" // 选择答案 } }] } } } ```
`返回示例` ```javascript { "code": 0, "msg": "请求成功", "obj": { "paperObject": { "duration": 431, // 时长 单位秒 "lastTopicPosition": 0, // 上次答题题目索引 "isTesting": 1, // 是否正在考试中 0否 1是 "testingType": 1, // 2021.7.21 新增 考试类型 0 选择题 1 填空题 "id": 1, // 试卷ID "topics":50, //题目总数 "pagerTopicList": [{ // 试卷题目集合 "paperId": 1, // 试卷ID "score": 2, // 分数 "topicInfo": { // 题目信息 "id": 1, // 题目ID "name": "1+1等于多少呢?", // 题目名 "image": "题目图片", // 题目图片 "img": "1+1等于1呀,这都不知道,去上幼儿园学前班吧", // 解析 "centent": "[{"index":"A","answerText":"等于1","image":""},{"index":"B","answerText":"等于2","image":""},{"index":"C","answerText":"等于11","image":""},{"index":"B","answerText":"等于3","image":""}]", // 选项 "rightOption": "A", // 正确答案 "answerOption":"A" // 选择答案 } }] } } } ```