H5NotifyController.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  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>H5的支付处理 </p>
  11. <h1 id="/pay/h5/notify_POST">1 H5支付成功后调用此接口。</h1>
  12. <p>H5支付成功后调用此接口。</p>
  13. <h2>1.1 请求部分<h2>
  14. <ul><li><p>接口URI</p> <pre><code>/pay/h5/notify POST</code></pre></li><li><p>接口参数</p>
  15. <pre><code>String trade_no 交易号
  16. Integer payed_price 支金额(单位分)
  17. String pay_no 第三方支付流水号
  18. String sign 签名
  19. Integer pay_channel 合作渠道标识
  20. Integer pay_platform 第三方支付标识 (支付宝,微信等)
  21. String payerId 支付宝,微信,百度支付的用户标识
  22. </code></pre></li></ul>
  23. <h2>1.2 响应部分</h2> <p>空</p>
  24. <hr>
  25. <h1 id="/pay/h5/refund/notify_POST">2 支付宝退款,h5进程收到退款通知后转发至此接口。</h1>
  26. <p>支付宝退款,h5进程收到退款通知后转发至此接口。</p>
  27. <h2>2.1 请求部分<h2>
  28. <ul><li><p>接口URI</p> <pre><code>/pay/h5/refund/notify POST</code></pre></li><li><p>接口参数</p>
  29. <pre><code>不需要参数</code></pre></li></ul>
  30. <h2>2.2 响应部分</h2> <p>空</p>
  31. <hr>
  32. <script src="md.js"></script></body></html>