123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <!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/buy/fund/buyed/v2_">1 检查公积金的上次成交金额</h1>
- <p>检查公积金的上次成交金额</p>
- <h2>1.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/buy/fund/buyed/v2 </code></pre></li><li><p>接口参数</p>
- <pre><code>String key
- Integer sbuId
- Integer city_code
- </code></pre></li></ul>
- <h2>1.2 响应部分</h2> <p>返回成交过的金额,默认返回 0.0</p>
- <hr>
- <h1 id="/sbl/buy/query/pay/v1_">2 微信支付结果查询</h1>
- <p>微信支付结果查询
- 如果未收到异常回调通知、调用此接口查询支付状态 <br>
- 此接口也在订单支付成功时做二次确认</p>
- <h2>2.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/buy/query/pay/v1 </code></pre></li><li><p>接口参数</p>
- <pre><code>String buy_no
- </code></pre></li></ul>
- <h2>2.2 响应部分</h2> <p>空</p>
- <hr>
- <h1 id="/sbl/buy/list/v2_">3 全部购买单列表</h1>
- <p>全部购买单列表</p>
- <h2>3.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/buy/list/v2 </code></pre></li><li><p>接口参数</p>
- <pre><code>String key
- </code></pre></li></ul>
- <h2>3.2 响应部分</h2> <ul><li> 响应字段
- <pre><code>String buy_no
- String title
- int cid
- int hukou_type
- int sbuId
- String id_card
- String u_name
- int city_code
- String city_name
- int start_month
- int nums
- double total_fee
- boolean newCard
- int new_card
- double fund
- double fund_charge
- double shebao
- double shebao_charge
- double shebao_card
- int pay_for
- boolean added
- short first_sb
- short first_fund
- String pay_channel
- String pay_no
- short status
- String time
- double sb_wage
- Integer working 是否在职(补缴单不涉及在职) 在职:1 未在职:0 2010-03-05
- </code></pre></li></ul> <p></p>
- <hr>
- <h1 id="/sbl/buy/cancel/v1_POST">4 删除未支付的购买单</h1>
- <p>删除未支付的购买单</p>
- <h2>4.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/buy/cancel/v1 POST</code></pre></li><li><p>接口参数</p>
- <pre><code>String key
- String buy_no
- </code></pre></li></ul>
- <h2>4.2 响应部分</h2> <p>是否删除成功</p>
- <hr>
- <h1 id="/sbl/buy/last_buy/v2_">5 加载最新的买单资料</h1>
- <p>加载最新的买单资料</p>
- <h2>5.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/buy/last_buy/v2 </code></pre></li><li><p>接口参数</p>
- <pre><code>String key 用户登录标识
- Integer sbuId 参保人标识
- Integer pay_for 类型
- </code></pre></li></ul>
- <h2>5.2 响应部分</h2> <ul><li> 响应字段
- <pre><code>int sbuId
- int cid 社保标识
- String cid_name 社保档位名称
- boolean mutli_cid 当前城市是否有多个档位
- int city_code 返回城市代码
- int start_month 可以开始的购买月份
- int min_months 至少购买月数
- String id_card 身份证号
- int hukou_type 户籍性质
- boolean buyShebao 是否购买社保
- double fund_price 购买公积金的金额
- boolean wage_flow 是否需要社保流水 兼容旧应用保留
- double sb_wage 社保流水的金额 兼容旧应用保留
- Integer working 是否在职 在职:1 未在职:0 2010-03-05
- WageFlowResp flow 流水的信息 2020-05-27
- </code></pre></li></ul> <p></p>
- <hr>
- <h1 id="/sbl/buy/city/ctrl/v1_">6 内部使用</h1>
- <p>内部使用
- 手动控制因疫情限制的城市。</p>
- <h2>6.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/buy/city/ctrl/v1 </code></pre></li><li><p>接口参数</p>
- <pre><code>Integer cid 城市代码
- String cn 城市中文名称
- </code></pre></li></ul>
- <h2>6.2 响应部分</h2> <p>成功 或 失败</p>
- <hr>
- <script src="md.js"></script></body></html>
|