教师档案信息编辑
<p><strong>简要描述:</strong> </p>
<ul>
<li>教师档案信息编辑</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com//apipc/teachmanage/savecontacts.html</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>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">json</td>
<td style="text-align: left;">是</td>
<td>jsonobject</td>
<td>修改的对象 增加 period_id 学段id period_name 学段 增加 workerstype 学段教职工分类 1 教师、2 职员、3 教学辅助人员、4 工勤人员</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>增加字段位置
json:{"period_name":"小学","period_id":"1","workerstype":"2"}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"error":"0"
}</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>
<tr>
<td style="text-align: left;">error</td>
<td style="text-align: left;">string</td>
<td>成功</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>