交卷
<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": 413, # 试卷 id
"contestId": 1044, # 竞赛 id
"step": "qianchuanLiveToPromote", # 固定值
"answerList": [
{
"questionId": 6111, # 问题 id
"answer": 1, #回答
"liveScript": "xxxx" #json 选择地域需要存储选择了的地区信息, 抖音达人分类存储所有选择的信息按所选择的层级存储
},
{
"questionId": 6112,
"answer": 'xxx'
},
{
"questionId": 6112,
"answer": 'xxx'
}
]
}</code></pre>