123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8">
- <style type="text/css">
- <!--
- @import url(md.css);
- -->
- </style></head><body>
- <p>参保人 </p>
- <h1 id="/sbl/sbu/update/v1_POST">1 更新手机号</h1>
- <p>更新手机号
- <p>由于身份证相片的链接不变,所以一旦生成,即不需要更改。</p></p>
- <h2>1.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/update/v1 POST</code></pre></li><li><p>接口参数</p>
- <pre><code>String key
- Integer sbuId
- String phone
- </code></pre></li></ul>
- <h2>1.2 响应部分</h2> <p>更新成功与否</p>
- <hr>
- <h1 id="/sbl/sbu/modify/v2_POST">2 修改参保人的基本数据</h1>
- <p>修改参保人的基本数据
- 身份证号不能修改!<br>
- 身份证部分替换成星号。2017-06-01 <br>
- 新增时要返回参保人的ID <br>
- 要区分是新增操作还是修改操作。</p>
- <h2>2.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/modify/v2 POST</code></pre></li><li><p>接口参数</p>
- <pre><code>String key
- int id
- String id_card
- String user_name
- String nation
- Integer gender
- String phone
- String id_card_img
- String id_card_img1
- String hk_address
- </code></pre></li></ul>
- <h2>2.2 响应部分</h2> <ul><li> 响应字段
- <pre><code>int id
- boolean add
- </code></pre></li></ul> <p></p>
- <hr>
- <h1 id="/sbl/sbu/delete/v1_POST">3 删除参保人</h1>
- <p>删除参保人
- <p>实际后台处理只是做个标记。</p></p>
- <h2>3.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/delete/v1 POST</code></pre></li><li><p>接口参数</p>
- <pre><code>String key
- Integer id
- </code></pre></li></ul>
- <h2>3.2 响应部分</h2> <p>返回处理成功与否</p>
- <hr>
- <h1 id="/sbl/sbu/modify/bank/v1_POST">4 用户配置银行卡数据</h1>
- <p>用户配置银行卡数据
- <p>默认是修改,因为参保人已经存在</p>。</p>
- <h2>4.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/modify/bank/v1 POST</code></pre></li><li><p>接口参数</p>
- <pre><code>String key 登录标识
- Integer sbu_id 参保人标识
- String bank 银行名称
- String bank_branch 支行名称
- String bank_code 银行卡号
- </code></pre></li></ul>
- <h2>4.2 响应部分</h2> <p>配置银行卡成功与否。</p>
- <hr>
- <h1 id="/sbl/sbu/list/v1_POST">5 用户的所有参保人数据</h1>
- <p>用户的所有参保人数据
- <p>身份证带星号</p></p>
- <h2>5.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/list/v1 POST</code></pre></li><li><p>接口参数</p>
- <pre><code>String key 用户登录标识
- </code></pre></li></ul>
- <h2>5.2 响应部分</h2> <ul><li> 响应字段
- <pre><code>int id
- String id_card
- String user_name
- String nation
- Integer gender
- String phone
- String id_card_img
- String id_card_img1
- String shebao_card
- String fund_card
- String hk_address
- String bank
- String bank_branch
- String bank_code
- </code></pre></li></ul> <p></p>
- <hr>
- <h1 id="/sbl/sbu/get/v1_POST">6 查看参保人信息</h1>
- <p>查看参保人信息
- <p>查看参保人的身份证号码 或 身份证图片,需要提供验证码</p></p>
- <h2>6.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/get/v1 POST</code></pre></li><li><p>接口参数</p>
- <pre><code>String key 登录标识
- Integer id 参保人标识
- String verifyCode
- </code></pre></li></ul>
- <h2>6.2 响应部分</h2> <ul><li> 响应字段
- <pre><code>int id
- String id_card
- String user_name
- String nation
- Integer gender
- String phone
- String id_card_img
- String id_card_img1
- String shebao_card
- String fund_card
- String hk_address
- String bank
- String bank_branch
- String bank_code
- </code></pre></li></ul> <p></p>
- <hr>
- <script src="md.js"></script></body></html>
|