教师卡 模板下载
<p><strong>简要描述:</strong> </p>
<ul>
<li>教师卡 模板下载</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com//apipc/attend/teacherCardTemplate.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 style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">personids</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>导出模板 选中人员 空为导出全部老师,若选择老师后仅导出所选老师 多个人员以 , 间隔</td>
</tr>
</tbody>
</table>
<p><strong>保存主表时,返回示例</strong></p>
<pre><code>{
"errcode":"0",
"errmsg":"",
"filepath":"http://osngfz.qsban.cn/2021-05-28-15-48-02.xls"
}</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;">filepath</td>
<td style="text-align: left;">string</td>
<td>导出模板url</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>