123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!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="/sbl/couponuser/share/v1_">1 分享用户现金券</h1>
- <p>分享用户现金券</p>
- <h2>1.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/couponuser/share/v1 </code></pre></li><li><p>接口参数</p>
- <pre><code>String key
- String phone
- int month
- </code></pre></li></ul>
- <h2>1.2 响应部分</h2> <p>空</p>
- <hr>
- <h1 id="/sbl/couponuser/list/v1_POST">2 查询用户绑定的现金券</h1>
- <p>查询用户绑定的现金券</p>
- <h2>2.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/couponuser/list/v1 POST</code></pre></li><li><p>接口参数</p>
- <pre><code>String key
- String phone
- int page
- int expired
- </code></pre></li></ul>
- <h2>2.2 响应部分</h2> <p>空</p>
- <hr>
- <h1 id="/sbl/couponuser/total/v1_POST">3 查询用户所有的可用现金券数量</h1>
- <p>查询用户所有的可用现金券数量</p>
- <h2>3.1 请求部分<h2>
- <ul><li><p>接口URI</p> <pre><code>/sbl/couponuser/total/v1 POST</code></pre></li><li><p>接口参数</p>
- <pre><code>String key
- String phone
- </code></pre></li></ul>
- <h2>3.2 响应部分</h2> <p>空</p>
- <hr>
- <script src="md.js"></script></body></html>
|