123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- <!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>
- <h1>1.社保购买列表</h1>
- <blockquote>
- <p>我购买的社保列表,所有参保人的。</p>
- </blockquote>
- <ul>
- <li>2017-06-05 新开v2接口,参数id_card移除,增加sbuId字段。<a href="pre/3%E7%A4%BE%E4%BF%9D%E8%B4%AD%E4%B9%B0%E5%88%97%E8%A1%A8v1.html">v1接口文档</a></li>
- <li>2017-03-06 增加pre_charge字段</li>
- <li>2016-08-22 增加pay_no字段</li>
- </ul>
- <h2>1.1 请求</h2>
- <blockquote>
- <p><strong>URI</strong></p>
- </blockquote>
- <pre><code>/sbl/order/shebao/list/v2 POST
- </code></pre>
- <blockquote>
- <p><strong>参数</strong></p>
- </blockquote>
- <pre><code> String key 用户标识
- Integer year 年份 2001
- Integer sbuId 参保用户标识
- </code></pre>
- <h2>1.2 响应</h2>
- <blockquote>
- <p><strong>状态码</strong></p>
- </blockquote>
- <pre><code>600 参数异常
- 601 无效的用户标识
- 10004 需要登录
- </code></pre>
- <blockquote>
- <p><strong>DATA字段说明</strong></p>
- </blockquote>
- <pre><code>List
- String order_no; // 订单号
- String for_month; // 购买月份
- Double shebaos; // 社保金额
- Double shebao_charge; // 社保服务费
- Double funds; // 公积金金额
- Double fund_charge; // 公积金服务费
- Double card_charge; // 新办社保卡服务费
- Integer pay_status; // 订单状态
- String remark; // 状态描述
- String pay_time; // 成功购买时间
- String city; // 城市名称
- String pay_channel; // 支付渠道
- String user_name; // 参保人姓名
- int coupon_price; // 现金券金额
- double pay_actual; // 实付金额
- Double pre_charge; // 预收取费用
- String pay_no; // 第三方的支付流水号
- // 退款。 申请退款 和 已全额退款 时,需要提供下面两字段
- String refund_reason = "";
- String refund_time = "";
- </code></pre>
- <blockquote>
- <p><strong>数据范例</strong></p>
- </blockquote>
- <pre><code>{
- "data": {
- "stop": null,
- "list": [{
- "order_no": "010000000146201510",
- "city": "广州",
- "for_month": "2015年10月",
- "shebaos": 1035.67,
- "shebao_charge": 59.0,
- "funds": 0.0,
- "fund_charge": 0.0,
- "card_charge": 0.0,
- "pay_status": 12,
- "pay_time": "2016-08-22 10:50:29",
- "remark": "",
- "pay_channel": "支付宝支付",
- "user_name": "涂冠杰",
- "coupon_price": 10,
- "pay_actual": 1084.67,
- "pre_charge": 60.00,
- "pay_no": "2016082221001004560288998559"
- }]
- },
- "msg": "",
- "code": 200
- }
- </code></pre>
- <hr>
- <h1>2.公积金购买列表</h1>
- <blockquote>
- <p>我购买的公积金列表,所有参保人的。</p>
- </blockquote>
- <ul>
- <li>2017-06-05 新开v2接口,参数id_card移除,增加sbuId字段。<a href="pre/3%E5%85%AC%E7%A7%AF%E9%87%91%E8%B4%AD%E4%B9%B0%E5%88%97%E8%A1%A8v1.html">旧接口文档</a></li>
- <li>2016-08-22 增加pay_no字段</li>
- </ul>
- <h2>2.1 请求</h2>
- <blockquote>
- <p><strong>URI</strong></p>
- </blockquote>
- <pre><code>/sbl/order/fund/list/v2 POST
- </code></pre>
- <blockquote>
- <p><strong>参数</strong></p>
- </blockquote>
- <pre><code> String key 用户标识
- Integer year 年份 2001
- Integer sbuId 参保用户标识
- </code></pre>
- <h2>2.2 响应</h2>
- <blockquote>
- <p><strong>状态码</strong></p>
- </blockquote>
- <pre><code>600 参数异常
- 601 无效的用户标识
- 10004 需要登录
- </code></pre>
- <blockquote>
- <p><strong>DATA字段说明</strong></p>
- </blockquote>
- <pre><code>List
- String order_no; // 订单号
- String for_month; // 购买月份
- Double shebaos; // 社保金额
- Double shebao_charge; // 社保服务费
- Double funds; // 公积金金额
- Double fund_charge; // 公积金服务费
- Double card_charge; // 新办社保卡服务费
- Integer pay_status; // 订单状态
- String remark; // 状态描述
- String pay_time; // 成功购买时间
- String city; // 城市名称
- String pay_channel; // 支付渠道
- String user_name; // 参保人姓名
- int coupon_price; // 现金券金额
- double pay_actual; // 实付金额
- String pay_no; // 第三方的支付流水号
- // 退款。 申请退款 和 已全额退款 时,需要提供下面两字段
- String refund_reason = "";
- String refund_time = "";
- </code></pre>
- <blockquote>
- <p><strong>数据范例</strong></p>
- </blockquote>
- <pre><code>{
- "data": {
- "stop": null,
- "list": [{
- "order_no": "010000000146201510",
- "city": "广州",
- "for_month": "2015年10月",
- "shebaos": 1035.67,
- "shebao_charge": 59.0,
- "funds": 0.0,
- "fund_charge": 0.0,
- "card_charge": 0.0,
- "pay_status": 12,
- "pay_time": "2015-10-13 20:50:29",
- "remark": "",
- "pay_channel": "微信支付",
- "user_name": "涂冠杰",
- "coupon_price": 10,
- "pay_actual": 1084.67,
- "pay_no": "2016082221001004560288998559"
- }]
- },
- "msg": "",
- "code": 200
- }
- </code></pre>
- <hr>
- <script src="md.js"></script>
- </body>
- </html>
|