交卷
<h5>简要描述</h5>
<ul>
<li>交卷</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{BASE_URL}}/api/job.answer/submit</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
"paperId": "379",
"contestId": "1035",
"step": "webPersonalAccountSetup",
"answerList": [
{
"questionId": 5932,
"answer": 2
},
{
"questionId": 5933,
"answer": 2
},
{
"questionId": 5934,
"answer": 2
},
{
"questionId": 5935,
"answer": 2
},
{
"questionId": 5936,
"answer": 2
},
{
"questionId": 5937,
"answer": 2
}
]
}</code></pre>