获取试卷详情
<h5>简要描述</h5>
<ul>
<li>获取试卷详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{BASE_URL}}/api/job.paper/getAccountPositioningInfo?paperId=71&hiddenAnswer=1</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<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;">paperId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>试卷 id</td>
</tr>
<tr>
<td style="text-align: left;">hiddenAnswer</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>是否隐藏答案, answer 与 keywords, 考试时这里传 1 , 后台传 0</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2021-09-14 10:30:06",
"data": {
"jobPaperId": 71,
"platformId": 527,
"step": "webPersonalAccountPositioning",
"video": "",
"name": "小林测试试卷",
"background": null,
"score": "6.00",
"belongs": 1,
"extra": [],
"status": 1,
"addTime": "2021-09-14 10:28:48",
"updateTime": "2021-09-14 10:28:48",
"objectiveList": [
{
"questionId": 75,
"question": "从默认题库中获取的题目",
"type": 1,
"score": "2.00",
"keywordScore": "0.00",
"keywords": "",
"jobQuestionId": 75,
"answer": "0,1",
"option":"[\"\我\是\一\选\项\",\"\我\是\二\选\项\"]"
}
],
"subjectiveList": [
{
"questionId": 76,
"question": "从默认题库中获取的题目",
"type": 5,
"score": "2.00",
"keywordScore": "20.00",
"keywords": "关键字 1, 关键字二",
"jobQuestionId": 76,
"answer": "0,1",
"option": null
}
]
}
}</code></pre>