获取题目详情
<h5>简要描述</h5>
<ul>
<li>获取题目详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{BASE_URL}}/api/job.paper/getInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</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;">step</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>固定 qianchuanLiveQuickToPromote</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 隐藏答案</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2022-02-18 14:46:37",
"data": {
"jobPaperId": 406,
"platformId": 527,
"step": "qianchuanLiveToPromote",
"video": "",
"name": "千川直播带货快速推广",
"background": "千川直播带货快速推广",
"score": "16.00",
"belongs": 1,
"type": 0,
"extra": [],
"status": 1,
"addTime": "2022-02-18 14:36:46",
"updateTime": "2022-02-18 14:36:46",
"knowledge": "",
"questionList": [
{
"questionId": 6051,
"question": "选择一种创意形式,对直播间进行推广",
"type": 1,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 6051,
"option": [
"直播间画面",
"视频"
],
"paperQuestionId": 4031,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "1",
"desc": "",
"pid": 0,
"answer": "1",
"keywords": "",
"tagText": "默认",
"children": [
{
"questionId": 6052,
"question": "视频",
"type": 1,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 6052,
"option": [
"视频1",
"视频2"
],
"paperQuestionId": 4032,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "1",
"desc": "",
"pid": 6051,
"answer": "1",
"keywords": "",
"tagText": "默认",
"children": []
}
]
},
{
"questionId": 6053,
"question": "抖音主页隐藏视频",
"type": 1,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 6053,
"option": [
"隐藏",
"不隐藏"
],
"paperQuestionId": 4033,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "1",
"desc": "",
"pid": 0,
"answer": "1",
"keywords": "",
"tagText": "默认",
"children": []
},
{
"questionId": 6054,
"question": "投放方式",
"type": 1,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 6054,
"option": [
"成本投放",
"放量投放"
],
"paperQuestionId": 4034,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "1",
"desc": "",
"pid": 0,
"answer": "0",
"keywords": "",
"tagText": "默认",
"children": [
{
"questionId": 6055,
"question": "出价",
"type": 21,
"score": "2.00",
"keywordScore": "0.00",
"subjectiveScore": "0.00",
"jobQuestionId": 6055,
"option": [],
"paperQuestionId": 4035,
"goodsId": "",
"duration": 0,
"part": 0,
"tag": "1",
"desc": "",
"pid": 6054,
"answer": "0.17",
"keywords": "",
"tagText": "默认",
"children": []
}
]
}
]
}
}</code></pre>