交卷
<h5>简要描述</h5>
<ul>
<li>交卷</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/job.answer/submit</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
"paperId": 77, # 试卷 id
"contestId": 10, # 竞赛 id
"step": "webLiveTarget", # 固定值
"answerList": [
{
"questionId": 86, # 问题 id
"answer": 1 # 回答
},
{
"questionId": 87,
"answer": 'xxx'
},
{
"questionId": 87,
"answer": 'xxx'
}
]
}</code></pre>