修改分数
<h5>简要描述</h5>
<ul>
<li>短视频分镜试卷curd</li>
</ul>
<h5>请求URL</h5>
<p>-<code>POST</code> <code>{{BASE_URL}}/api/job.answer/shortVideoGrades</code> <code>修改分数</code></p>
<h5>请求参数</h5>
<h6>添加试卷</h6>
<pre><code>{
"jobAnswerId":1639332,
"liveScript":[
{
"desc": "清晰数0小于70,得分0",
"name": "画面清晰",
"outDesc": "",
"score": 0,
"originScore":0,
"editScore":2, #修改的分数 不能超过 totalScore,该字段在liveScript中不存在,修改时由前端添加到对应的item中
"totalScore": 2
},
{
"desc": "",
"name": "运用平视镜头拍摄",
"outDesc": "",
"score": 0,
"originScore":0,
"editScore":2,
"totalScore": 3
},
{
"desc": "镜头运动速度非常不均匀,得分0",
"name": "环绕镜头运动速度均匀",
"outDesc": "",
"score": 0,
"totalScore": 2
},
{
"desc": "",
"name": "使用180°环绕运镜进行拍摄",
"outDesc": "",
"score": 0,
"totalScore": 5
},
{
"desc": "物体保持在画面中心点上的时间0%占总时长的20%以下,0分",
"name": "物体要始终保持在画面中心点上",
"outDesc": "",
"score": 0,
"originScore":0,
"editScore":2,
"totalScore": 4
},
{
"desc": "物体在画面上下持续占比0(40%~60%),0(25%~40%, 60%~75%)不满足要求,0分",
"name": "物体在画面占比50%",
"outDesc": "",
"score": 0,
"originScore":0,
"editScore":2,
"totalScore": 4
}
]
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>