OutBuyController.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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/outbuy/list/v2_">1 所有买单列表</h1>
  12. <p>所有买单列表</p>
  13. <h2>1.1 请求部分<h2>
  14. <ul><li><p>接口URI</p> <pre><code>/sbl/outbuy/list/v2 </code></pre></li><li><p>接口参数</p>
  15. <pre><code>String key
  16. </code></pre></li></ul>
  17. <h2>1.2 响应部分</h2> <ul><li> 响应字段
  18. <pre><code>String buy_no
  19. String title
  20. int cid
  21. int hukou_type
  22. int sbuId
  23. String id_card
  24. String u_name
  25. int city_code
  26. String city_name
  27. int start_month
  28. int nums
  29. double total_fee
  30. boolean newCard
  31. int new_card
  32. double fund
  33. double fund_charge
  34. double shebao
  35. double shebao_charge
  36. double shebao_card
  37. int pay_for
  38. boolean added
  39. short first_sb
  40. short first_fund
  41. String pay_channel
  42. String pay_no
  43. short status
  44. String time
  45. double sb_wage
  46. Integer working 是否在职(补缴单不涉及在职) 在职:1 未在职:0 2010-03-05
  47. </code></pre></li></ul> <p></p>
  48. <hr>
  49. <h1 id="/sbl/outbuy/order/v1_POST">2 稍后支付下单</h1>
  50. <p>稍后支付下单</p>
  51. <h2>2.1 请求部分<h2>
  52. <ul><li><p>接口URI</p> <pre><code>/sbl/outbuy/order/v1 POST</code></pre></li><li><p>接口参数</p>
  53. <pre><code>int pay_for
  54. Integer sbuId 参保人ID
  55. String key 支付人ID
  56. String id_card 受保人身份证号
  57. Integer cid 社保标识
  58. Integer month 参保月份 201508
  59. boolean newCard 是否办理社保卡
  60. int shebao_card
  61. Integer hukou_type 户籍性质
  62. Double fund 购买公积金的金额
  63. boolean buyShebao 是否购买社保
  64. Integer pay_channel 订单的支付渠道;
  65. 百度小程序传值:13
  66. H5渠道的话,是渠道标识;否则是支付平台标识
  67. Integer pay_platform 订单的支付渠道, 也指支付的第三方平台标识(如果未传值,取值于pay_channel) 2019-07-30
  68. H5渠道的话 是第三方支付标识 (支付宝,微信等);
  69. Integer nums 购买月数
  70. String couponuser_id 用户现金券ID, 多张以逗号间隔
  71. Integer first_sb 此城市首次购买
  72. Integer first_fund
  73. Double sb_wage 社保流水金额( 补缴单不涉及流水) 2018-12-06
  74. Integer working 是否在职(补缴单不涉及在职) 在职:1 未在职:0 2010-03-05
  75. </code></pre></li></ul>
  76. <h2>2.2 响应部分</h2> <p>返回数据校验的描述字符串</p>
  77. <hr>
  78. <h1 id="/sbl/outbuy/added/v1_POST">3 补缴的稍后支付</h1>
  79. <p>补缴的稍后支付</p>
  80. <h2>3.1 请求部分<h2>
  81. <ul><li><p>接口URI</p> <pre><code>/sbl/outbuy/added/v1 POST</code></pre></li><li><p>接口参数</p>
  82. <pre><code>int pay_for
  83. Integer sbuId 参保人ID
  84. String key 支付人ID
  85. String id_card 受保人身份证号
  86. Integer cid 社保标识
  87. Integer month 参保月份 201508
  88. boolean newCard 是否办理社保卡
  89. int shebao_card
  90. Integer hukou_type 户籍性质
  91. Double fund 购买公积金的金额
  92. boolean buyShebao 是否购买社保
  93. Integer pay_channel 订单的支付渠道;
  94. 百度小程序传值:13
  95. H5渠道的话,是渠道标识;否则是支付平台标识
  96. Integer pay_platform 订单的支付渠道, 也指支付的第三方平台标识(如果未传值,取值于pay_channel) 2019-07-30
  97. H5渠道的话 是第三方支付标识 (支付宝,微信等);
  98. Integer nums 购买月数
  99. String couponuser_id 用户现金券ID, 多张以逗号间隔
  100. Integer first_sb 此城市首次购买
  101. Integer first_fund
  102. Double sb_wage 社保流水金额( 补缴单不涉及流水) 2018-12-06
  103. Integer working 是否在职(补缴单不涉及在职) 在职:1 未在职:0 2010-03-05
  104. </code></pre></li></ul>
  105. <h2>3.2 响应部分</h2> <p>返回数据校验的描述字符串</p>
  106. <hr>
  107. <script src="md.js"></script></body></html>