CouponUserController.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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/couponuser/share/v1_">1 分享用户现金券</h1>
  12. <p>分享用户现金券</p>
  13. <h2>1.1 请求部分<h2>
  14. <ul><li><p>接口URI</p> <pre><code>/sbl/couponuser/share/v1 </code></pre></li><li><p>接口参数</p>
  15. <pre><code>String key
  16. String phone
  17. int month
  18. </code></pre></li></ul>
  19. <h2>1.2 响应部分</h2> <p>空</p>
  20. <hr>
  21. <h1 id="/sbl/couponuser/list/v1_POST">2 查询用户绑定的现金券</h1>
  22. <p>查询用户绑定的现金券</p>
  23. <h2>2.1 请求部分<h2>
  24. <ul><li><p>接口URI</p> <pre><code>/sbl/couponuser/list/v1 POST</code></pre></li><li><p>接口参数</p>
  25. <pre><code>String key
  26. String phone
  27. int page
  28. int expired
  29. </code></pre></li></ul>
  30. <h2>2.2 响应部分</h2> <p>空</p>
  31. <hr>
  32. <h1 id="/sbl/couponuser/total/v1_POST">3 查询用户所有的可用现金券数量</h1>
  33. <p>查询用户所有的可用现金券数量</p>
  34. <h2>3.1 请求部分<h2>
  35. <ul><li><p>接口URI</p> <pre><code>/sbl/couponuser/total/v1 POST</code></pre></li><li><p>接口参数</p>
  36. <pre><code>String key
  37. String phone
  38. </code></pre></li></ul>
  39. <h2>3.2 响应部分</h2> <p>空</p>
  40. <hr>
  41. <script src="md.js"></script></body></html>