教师提交绩效考核
<p><strong>简要描述:</strong> </p>
<ul>
<li>教师提交和修改绩效自评</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn/app/app/appraisal/addPerformance.do</code></li>
<li><code>http://192.168.0.30:8080/WisdomCampus/app/appraisal/addPerformance.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">apiKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>apiKey</td>
</tr>
<tr>
<td style="text-align: left;">schoolId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>学校id</td>
</tr>
<tr>
<td style="text-align: left;">indicatorsTotal</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">json字符串</td>
</tr>
</tbody>
</table>
<pre><code>{
"ResponseCode": 0,
"ResponseResult": "获取成功",
"ResponseObject": {
"personalOpinion": "史蒂文", //自我建议
"performanceId": 3 //绩效id
"indicatorsScore": [ //
{
"optionId": 1,//小项id
"opinionSoure": "60", //自我评分
"indicatorsUrls": [//图片
{
"imgUrl": "http://img-ad.richx.cn/3201000001/massage/image/ios/1553136575236.jpg" //图片地址
}
{
"imgUrl": "http://img-ad.richx.cn/3201000001/massage/image/ios/1553136575236.jpg" --图片地址
}
]
{
"optionId": 2,
"opinionSoure": "70",
"indicatorsUrls": [
{
"imgUrl": "http://img-ad.richx.cn/3201000001/massage/image/ios/1553136575236.jpg"
}
]
{
"optionId": 3,
"opinionSoure": "80",
"indicatorsUrls": [
{
"imgUrl": "http://img-ad.richx.cn/3201000001/massage/image/ios/1553136575236.jpg"
}
]
}
]
}
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"ResponseCode": 0,
"ResponseResult": "提交成功"
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>