交卷
<h5>简要描述</h5>
<ul>
<li>交卷</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/job.answer/liveRoomSetUpSubmit</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
"paperId": "960",
"contestId": "1444",
"step": "liveRoomSetUp",
"answerList": [
{
"questionId": 38863,
"answer": 2, #学员回答
"flag": true #是否正确
},
{
"questionId": 38864,
"answer": 2,
"flag": true
},
{
"questionId": 38865,
"answer": 2,
"flag": false
}
]
}</code></pre>