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