考勤数据统计导出
<p><strong>简要描述:</strong>
考勤数据统计导出</p>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://xx.com/api/bureauschool/attendDataStatisticsExport.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;">brushdate</td>
<td style="text-align: left;">是</td>
<td>string</td>
<td>日期 yyyy-MM-dd</td>
</tr>
<tr>
<td style="text-align: left;">fgsname</td>
<td style="text-align: left;">否</td>
<td>string</td>
<td>学校名称</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"errcode":"0",
"errmsg":"",
"filepath":"aaa.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;">errcode</td>
<td style="text-align: left;">string</td>
<td>错误码:0-成功,其他-错误</td>
</tr>
<tr>
<td style="text-align: left;">filepath</td>
<td style="text-align: left;">string</td>
<td>文件路径</td>
</tr>
</tbody>
</table>