试卷详情
<p>[TOC]</p>
<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/1 默认0</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2022-01-18 14:44:33",
"data": {
"jobPaperId": 741,
"platformId": 527,
"step": "webShortVideoReplay",
"video": "https://creator.douyin.com/data/stats/video",
"name": "短视频创推复盘",
"background": "背景资料, 图文, 可为空",
"score": "20.00",
"belongs": 1,
"type": 0,
"extra": [],
"status": 1,
"addTime": "2022-01-18 14:41:32",
"updateTime": "2022-01-18 14:41:32",
"knowledge": "",
"questionList": [
{
"questionId": 5060,
"question": "标题",
"type": 4,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 5060,
"option": [],
"paperQuestionId": 5454,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "1",
"desc": "",
"answer": "",
"keywords": "",
"tagText": "默认",
"options": []
}
]
}
}</code></pre>