绩效考核-首页
<p><strong>简要描述:</strong> </p>
<ul>
<li>绩效考核(填写绩效完成后列表)-首页</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://login.richx.cn/app/app/appraisal/getTecherPerformance.do</code></li>
<li><code>http://192.168.0.30:8080/WisdomCampus/app/appraisal/getTecherPerformance.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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"ResponseCode": 0,
"ResponseResult": "获取成功",
"ResponseObject": [
{
"id": 3, ---performanceId
"name": "2017~2018学年专任教师工作绩效量化考核自评", --//名称
"beginTime": "2019-06-29", // 开始时间
"endTime": "2019-06-30", ---//结束时间
"updateTime": "2019-06-28 10:51:14.0",
"createTime": "2019-06-26 10:05:35.0",
"createUserId": 1,
"status": 0, //1已截止
"isOpinion": 1,
"isEvaluation": 1,
"isSchoolOpinions": 1,
"type": 0, --- //0未提交 1已提交
"examine": 1 // 0未审核 1考评审核中 2考评审核完成
},
{
"id": 4,
"name": "2017~2018学年专任教师工作绩效量化考核自评",
"beginTime": "2019-06-28",
"endTime": "2019-06-30",
"updateTime": "2019-06-28 10:51:14.0",
"createTime": "2019-06-26 10:05:35.0",
"type": 1,
"examine": 1
}
]
}</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>