查询证明文件详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询证明文件详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>hcmc/certApply/detailCertApplyInfo</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>入参示例</strong></p>
<pre><code>{
"id": "2020031411284800003"
}</code></pre>
<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;">string</td>
<td>主键</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"timeStamp": "1584156840956",
"returnCode": "0",
"beans": [],
"returnMessage": "操作成功",
"bean": {
"certApply": "{\"empId\":2019101015160643929,\"note\":\"dddd\",\"certType\":\"1\",\"createUserId\":1,\"idCard\":\"400011199808082387\",\"appendixNote\":\"收入证明\",\"modifyUserId\":1,\"pageSize\":0,\"secOrgName\":\"公司1\",\"isForOthers\":0,\"orgId\":2019120409273300027,\"posId\":2019120220511400069,\"checkStatus\":\"1\",\"total\":0,\"modifyTime\":\"2020-03-14 11:28:49\",\"pages\":0,\"empName\":\"张三\",\"useOfApply\":\"用于。。。\",\"id\":2020031411284800003,\"applyTime\":\"2020-03-14 11:28:49\",\"email\":\"2737849@qq.com\",\"mobileSysDate\":\"2020-03-14 08:00:00\",\"paOrgId\":2014101116130100166,\"posName\":\"职位1\",\"orgName\":\"组织1\",\"appendix\":[{\"createUserId\":\"1\",\"modifyTime\":\"Sat Mar 14 11:28:49 CST 2020\",\"appendix\":\"/this/is/file/path1\",\"createTime\":\"Sat Mar 14 11:28:49 CST 2020\",\"modifyUserId\":\"1\",\"id\":\"2020031411284800212\",\"type\":\"10\",\"class\":\"class com.cmos.hcmc.beans.activiti.AppendixDO\",\"taskId\":\"2020031411284800003\"},{\"createUserId\":\"1\",\"modifyTime\":\"Sat Mar 14 11:28:49 CST 2020\",\"appendix\":\"/this/is/file/path2\",\"createTime\":\"Sat Mar 14 11:28:49 CST 2020\",\"modifyUserId\":\"1\",\"id\":\"2020031411284800213\",\"type\":\"10\",\"class\":\"class com.cmos.hcmc.beans.activiti.AppendixDO\",\"taskId\":\"2020031411284800003\"}],\"sex\":\"男\",\"recStatus\":1,\"pageNum\":0,\"sendAddress\":\"河南XX市\",\"secOrgId\":2019120409273300027,\"size\":0,\"createTime\":\"2020-03-14 11:28:49\",\"empCode\":\"20001\",\"phone\":\"17689650982\",\"wayOfReceiving\":\"2\",\"applyNo\":\"001\",\"sendPhone\":\"17865783678\",\"paOrgName\":\"单位1\"}"
},
"ext2": []
}</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;">certApply</td>
<td style="text-align: left;">String</td>
<td>返回的证明文件信息</td>
</tr>
<tr>
<td style="text-align: left;">returnCode</td>
<td style="text-align: left;">String</td>
<td>返回编码</td>
</tr>
<tr>
<td style="text-align: left;">returnMessage</td>
<td style="text-align: left;">String</td>
<td>返回信息</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!</li>
</ul>