查询人员卡片
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询人员卡片</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/empCard/selectAll</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;">cardName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">long</td>
<td>卡片名称</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"timeStamp": "1574387439475",
"returnCode": "0",
"beans": [
{
"createUserId": null,
"cardName": "员工卡片测试",
"lastPage": "0",
"nextPage": "0",
"modifyUserId": null,
"orderBy": null,
"pageSize": "0",
"navigatePages": "0",
"total": "0",
"modifyTime": null,
"pages": "0",
"hasPreviousPage": "false",
"id": "2019101411140400001",
"class": "class com.cmos.hcmc.beans.card.CardDO",
"direction": "oNest_W/hcmc/HCMC/attach/2019101809210366439400.docx",
"navigatepageNums": null,
"startRow": "0",
"hasNextPage": "false",
"prePage": "0",
"cardType": "2",
"endRow": "0",
"list": null,
"pageNum": "0",
"firstPage": "0",
"size": "0",
"createTime": null,
"isLastPage": "false",
"isFirstPage": "false"
}
],
"returnMessage": "操作成功",
"bean": {
"total": "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>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">long</td>
<td>卡片id</td>
</tr>
<tr>
<td style="text-align: left;">cardName</td>
<td style="text-align: left;">string</td>
<td>卡片名称</td>
</tr>
<tr>
<td style="text-align: left;">direction</td>
<td style="text-align: left;">string</td>
<td>文件地址</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>