SBUserController.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html;charset=UTF-8">
  5. <style type="text/css">
  6. <!--
  7. @import url(md.css);
  8. -->
  9. </style></head><body>
  10. <p>参保人 </p>
  11. <h1 id="/sbl/sbu/update/v1_POST">1 更新手机号</h1>
  12. <p>更新手机号
  13. <p>由于身份证相片的链接不变,所以一旦生成,即不需要更改。</p></p>
  14. <h2>1.1 请求部分<h2>
  15. <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/update/v1 POST</code></pre></li><li><p>接口参数</p>
  16. <pre><code>String key
  17. Integer sbuId
  18. String phone
  19. </code></pre></li></ul>
  20. <h2>1.2 响应部分</h2> <p>更新成功与否</p>
  21. <hr>
  22. <h1 id="/sbl/sbu/modify/v2_POST">2 修改参保人的基本数据</h1>
  23. <p>修改参保人的基本数据
  24. 身份证号不能修改!<br>
  25. 身份证部分替换成星号。2017-06-01 <br>
  26. 新增时要返回参保人的ID <br>
  27. 要区分是新增操作还是修改操作。</p>
  28. <h2>2.1 请求部分<h2>
  29. <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/modify/v2 POST</code></pre></li><li><p>接口参数</p>
  30. <pre><code>String key
  31. int id
  32. String id_card
  33. String user_name
  34. String nation
  35. Integer gender
  36. String phone
  37. String id_card_img
  38. String id_card_img1
  39. String hk_address
  40. </code></pre></li></ul>
  41. <h2>2.2 响应部分</h2> <ul><li> 响应字段
  42. <pre><code>int id
  43. boolean add
  44. </code></pre></li></ul> <p></p>
  45. <hr>
  46. <h1 id="/sbl/sbu/delete/v1_POST">3 删除参保人</h1>
  47. <p>删除参保人
  48. <p>实际后台处理只是做个标记。</p></p>
  49. <h2>3.1 请求部分<h2>
  50. <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/delete/v1 POST</code></pre></li><li><p>接口参数</p>
  51. <pre><code>String key
  52. Integer id
  53. </code></pre></li></ul>
  54. <h2>3.2 响应部分</h2> <p>返回处理成功与否</p>
  55. <hr>
  56. <h1 id="/sbl/sbu/modify/bank/v1_POST">4 用户配置银行卡数据</h1>
  57. <p>用户配置银行卡数据
  58. <p>默认是修改,因为参保人已经存在</p>。</p>
  59. <h2>4.1 请求部分<h2>
  60. <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/modify/bank/v1 POST</code></pre></li><li><p>接口参数</p>
  61. <pre><code>String key 登录标识
  62. Integer sbu_id 参保人标识
  63. String bank 银行名称
  64. String bank_branch 支行名称
  65. String bank_code 银行卡号
  66. </code></pre></li></ul>
  67. <h2>4.2 响应部分</h2> <p>配置银行卡成功与否。</p>
  68. <hr>
  69. <h1 id="/sbl/sbu/list/v1_POST">5 用户的所有参保人数据</h1>
  70. <p>用户的所有参保人数据
  71. <p>身份证带星号</p></p>
  72. <h2>5.1 请求部分<h2>
  73. <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/list/v1 POST</code></pre></li><li><p>接口参数</p>
  74. <pre><code>String key 用户登录标识
  75. </code></pre></li></ul>
  76. <h2>5.2 响应部分</h2> <ul><li> 响应字段
  77. <pre><code>int id
  78. String id_card
  79. String user_name
  80. String nation
  81. Integer gender
  82. String phone
  83. String id_card_img
  84. String id_card_img1
  85. String shebao_card
  86. String fund_card
  87. String hk_address
  88. String bank
  89. String bank_branch
  90. String bank_code
  91. </code></pre></li></ul> <p></p>
  92. <hr>
  93. <h1 id="/sbl/sbu/get/v1_POST">6 查看参保人信息</h1>
  94. <p>查看参保人信息
  95. <p>查看参保人的身份证号码 或 身份证图片,需要提供验证码</p></p>
  96. <h2>6.1 请求部分<h2>
  97. <ul><li><p>接口URI</p> <pre><code>/sbl/sbu/get/v1 POST</code></pre></li><li><p>接口参数</p>
  98. <pre><code>String key 登录标识
  99. Integer id 参保人标识
  100. String verifyCode
  101. </code></pre></li></ul>
  102. <h2>6.2 响应部分</h2> <ul><li> 响应字段
  103. <pre><code>int id
  104. String id_card
  105. String user_name
  106. String nation
  107. Integer gender
  108. String phone
  109. String id_card_img
  110. String id_card_img1
  111. String shebao_card
  112. String fund_card
  113. String hk_address
  114. String bank
  115. String bank_branch
  116. String bank_code
  117. </code></pre></li></ul> <p></p>
  118. <hr>
  119. <script src="md.js"></script></body></html>