交卷
<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": 85,
"contestId": 10,
"step": "webLiveFiveStep",
"answerList": [
{
"questionId": 100,
"answer": "1,2,3"
},
{
"questionId": 101,
"answer": "1,2"
},
{
"questionId": 102,
"answer": "1,2"
}
]
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
"code": 20000,
"msg": "success",
"time": "2021-09-17 10:18:44",
"data": []
}</code></pre>