MoveController.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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/move/citys/v1_POST">1 支持转移的城市列表</h1>
  12. <p>支持转移的城市列表</p>
  13. <h2>1.1 请求部分<h2>
  14. <ul><li><p>接口URI</p> <pre><code>/sbl/move/citys/v1 POST</code></pre></li><li><p>接口参数</p>
  15. <pre><code>不需要参数</code></pre></li></ul>
  16. <h2>1.2 响应部分</h2> <p>空</p>
  17. <hr>
  18. <h1 id="/sbl/move/setting/v1_POST">2 城市的转移配置数据</h1>
  19. <p>城市的转移配置数据
  20. <li>选择了城市后,加载城市的转移配置数据</li></p>
  21. <h2>2.1 请求部分<h2>
  22. <ul><li><p>接口URI</p> <pre><code>/sbl/move/setting/v1 POST</code></pre></li><li><p>接口参数</p>
  23. <pre><code>Integer city_code
  24. </code></pre></li></ul>
  25. <h2>2.2 响应部分</h2> <p>空</p>
  26. <hr>
  27. <h1 id="/sbl/move/v2_POST">3 确定转移并进行支付</h1>
  28. <p>确定转移并进行支付
  29. <li> 2018-11-07 支付宝支付的签名操作放在服务器端 </li></p>
  30. <h2>3.1 请求部分<h2>
  31. <ul><li><p>接口URI</p> <pre><code>/sbl/move/v2 POST</code></pre></li><li><p>接口参数</p>
  32. <pre><code>String key 支付人ID
  33. String id_card 身份证号
  34. String user_name 姓名
  35. int move_type 转移类型,见@see PayForConst
  36. Integer out_city 转出城市
  37. Integer into_city 转入城市
  38. String couponuser_id 用户现金券ID
  39. String pay_channel 订单的支付渠道
  40. String remark 说明
  41. </code></pre></li></ul>
  42. <h2>3.2 响应部分</h2> <p><a href="BuyShebaoController.html">同五险一金下单支付响应</a></p>
  43. <hr>
  44. <h1 id="/sbl/move/list/v1_POST">4 转移数据列表</h1>
  45. <p>转移数据列表</p>
  46. <h2>4.1 请求部分<h2>
  47. <ul><li><p>接口URI</p> <pre><code>/sbl/move/list/v1 POST</code></pre></li><li><p>接口参数</p>
  48. <pre><code>String key
  49. boolean all 是否所有状态
  50. </code></pre></li></ul>
  51. <h2>4.2 响应部分</h2> <ul><li> 响应字段
  52. <pre><code>String move_no
  53. String user_name
  54. short move_type
  55. String type
  56. int out_city
  57. String out_cname
  58. int into_city
  59. String into_cname
  60. float charge
  61. short status
  62. String gen_time
  63. </code></pre></li></ul> <p></p>
  64. <hr>
  65. <h1 id="/sbl/move/cancel/v1_POST">5 取消未支付的转移单</h1>
  66. <p>取消未支付的转移单</p>
  67. <h2>5.1 请求部分<h2>
  68. <ul><li><p>接口URI</p> <pre><code>/sbl/move/cancel/v1 POST</code></pre></li><li><p>接口参数</p>
  69. <pre><code>String key
  70. String move_no
  71. </code></pre></li></ul>
  72. <h2>5.2 响应部分</h2> <p>是否成功取消</p>
  73. <hr>
  74. <script src="md.js"></script></body></html>