新概念-错题详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>错题详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/tool/word/{sid}/error/quesiton</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">sid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>阶段ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"result": "success",
"data": [
{
"id": 65,
"stage_id": 21,
"type": "radio",
"content": "generous",
"created_at": "2018-09-07 14:57:32",
"explanation": null,
"knowledge": null,
"question_type": null,
"answer_value": "1",
"answer": [
{
"id": 257,
"stage_id": 18,
"question_id": 65,
"content": "普遍的;普及的",
"is_correct": 0,
"created_at": "2018-09-07 14:57:33"
},
{
"id": 258,
"stage_id": 18,
"question_id": 65,
"content": "大方的;慷慨的",
"is_correct": 1,
"created_at": "2018-09-07 14:57:33"
},
{
"id": 259,
"stage_id": 18,
"question_id": 65,
"content": "一般的;普通的",
"is_correct": 0,
"created_at": "2018-09-07 14:57:33"
},
{
"id": 260,
"stage_id": 18,
"question_id": 65,
"content": "优雅的",
"is_correct": 0,
"created_at": "2018-09-07 14:57:33"
}
]
},
{
"id": 66,
"stage_id": 21,
"type": "radio",
"content": "blush",
"created_at": "2018-09-07 14:57:33",
"explanation": null,
"knowledge": null,
"question_type": null,
"answer_value": "1",
"answer": [
{
"id": 261,
"stage_id": 18,
"question_id": 66,
"content": "乌云,阴天",
"is_correct": 0,
"created_at": "2018-09-07 14:57:33"
},
{
"id": 262,
"stage_id": 18,
"question_id": 66,
"content": "洗刷",
"is_correct": 0,
"created_at": "2018-09-07 14:57:33"
},
{
"id": 263,
"stage_id": 18,
"question_id": 66,
"content": "脸红,感到惭愧",
"is_correct": 1,
"created_at": "2018-09-07 14:57:33"
},
{
"id": 264,
"stage_id": 18,
"question_id": 66,
"content": "灌木丛",
"is_correct": 0,
"created_at": "2018-09-07 14:57:33"
}
]
}
],
"message": "操作成功",
"ct": 1537517641
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>