中移在线人事管理

中移在线人事管理


获取人员卡片详细信息

<p><strong>简要描述:</strong> </p> <ul> <li>获取人员卡片详细信息</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/empCard/getCardById</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;">id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">long</td> <td>卡片id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "timeStamp": "1574393957663", "returnCode": "0", "beans": [ { "createUserId": "0", "cardName": "员工卡片测试", "lastPage": "0", "nextPage": "0", "modifyUserId": "0", "orderBy": null, "pageSize": "0", "navigatePages": "0", "total": "0", "modifyTime": "2019-11-22 10:51:58", "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", "operationName": "超级管理员", "list": null, "pageNum": "0", "firstPage": "0", "size": "0", "createTime": "2019-11-22 10:51:55", "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> <tr> <td style="text-align: left;">operationName</td> <td style="text-align: left;">string</td> <td>提交人</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML