PayRefundController.html 852 B

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