试卷详情
<h5>简要描述</h5>
<ul>
<li>试卷详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/job.paper/getInfo</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>是否隐藏答案 默认0</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2021-12-28 17:07:53",
"data": {
"jobPaperId": 641,
"platformId": 527,
"step": "webLiveFivePartScript",
"video": "",
"name": "直播流程策划脚本",
"background": "xxx",
"score": "10.00",
"belongs": 1,
"type": 0,
"extra": {
"options": [
xxx
],
"task": "xxx"
},
"status": 1,
"addTime": "2021-12-28 15:34:20",
"updateTime": "2021-12-28 15:34:20",
"knowledge": "",
"questionList": [
{
"part": 1,
"partName": "直播预热",
"ques": [
{
"questionId": 4307,
"question": "",
"type": 6,
"score": "2.40",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 4307,
"option": [],
"paperQuestionId": 4686,
"goodsId": "0",
"duration": 0,
"part": 1,
"tag": "0",
"desc": null,
"answer": "5,2,6,12,13,3",
"keywords": "",
"tagText": ""
},
{
"questionId": 4311,
"question": "",
"type": 1,
"score": "0.40",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 4311,
"option": [
"xxx",
"xxx"
],
"paperQuestionId": 4690,
"goodsId": "0",
"duration": 0,
"part": 1,
"tag": "0",
"desc": null,
"answer": "0",
"keywords": "",
"tagText": ""
}
]
}
]
}
}</code></pre>