123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!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>计算买单金额
- <li>并做一些判断, 建议下单支付前调用此接口,判断是否符合要求。</li> </p>
- <h1 id="/sbl/buy/total_fee/v2_POST">1 计算买单金额</h1>
- <p>计算买单金额
- <li>2017-06-05 新开v2接口,移除id_card字段,增加sbuId字段</li></p>
- <h2>1.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/buy/total_fee/v2 POST</code></pre></li><li><p>接口参数</p>
- <pre><code>Integer sbuId 参保人ID
- String key 支付人ID
- String id_card 受保人身份证号
- Integer cid 社保标识
- Integer month 参保月份 201508
- Integer nums 购买月数
- boolean newCard 是否办理社保卡
- int shebao_card
- Integer hukou_type 户籍性质
- Integer pay_for 购买类型 1:社保 2:公积金 3:社保打包公积金 4:公积金打包社保
- double fund 购买金额
- String f 来自哪个渠道的请求, 渠道标识
- </code></pre></li></ul>
- <h2>1.2 响应部分</h2> <ul><li> 响应字段
- <pre><code>double total_fee 本单总金额
- Double shebao
- Double fund 本单公积金总金额
- Double s_charge 本单社保手续费总金额
- Double f_charge 本单公积金手续费总金额
- Double card_charge 本单新办社保卡手续费总金额
- </code></pre></li></ul> <p></p>
- <hr>
- <script src="md.js"></script></body></html>
|