1234567891011121314151617181920212223 |
- <!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>内部使用
- 运营后台调用来执行系统退款 </p>
- <h1 id="/pay/refund/submit_">1 读取配置好的退款数据,判断渠道调用接口退款。</h1>
- <p>读取配置好的退款数据,判断渠道调用接口退款。</p>
- <h2>1.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/pay/refund/submit </code></pre></li><li><p>接口参数</p>
- <pre><code>String opt_user
- Integer id 退款单的id
- </code></pre></li></ul>
- <h2>1.2 响应部分</h2> <p>空</p>
- <hr>
- <script src="md.js"></script></body></html>
|