BuyTotalFeeController.html 1.6 KB

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