大神项目app接口

大神项目app接口


查询未领取优惠券的基本信息接口

<p><strong>查询未使用优惠券的基本信息接口</strong> </p> <ul> <li>查询未使用优惠券的基本信息接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>CouponController coupon/counponInfo</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">packageId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>优惠券大礼包的ID</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;result&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;data&amp;quot;: [{ &amp;quot;couponId&amp;quot;: &amp;quot;00907d2c819640f19d38faa260ca6681&amp;quot;, &amp;quot;couponName&amp;quot;: &amp;quot;S8王者随行券&amp;quot;, &amp;quot;moneyType&amp;quot;: &amp;quot;mj&amp;quot;, &amp;quot;businessName&amp;quot;: &amp;quot;代练&amp;quot;, &amp;quot;couponMoney&amp;quot;: &amp;quot;10&amp;quot;, &amp;quot;minMoney&amp;quot;: &amp;quot;30&amp;quot;, &amp;quot;timeStart&amp;quot;: &amp;quot;2017-08-01 11:03:28&amp;quot;, &amp;quot;timeEnd&amp;quot;: &amp;quot;2017-08-31 11:03:43&amp;quot; }], &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot; }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">result</td> <td style="text-align: left;">&quot;success&quot;</td> <td>调用成功</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">List&lt;CounponInfo&gt;</td> <td>CounponInfo优惠券基本信息数据对象</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">String</td> <td>接口返回的信息</td> </tr> </tbody> </table> <p>List&lt;CounponInfo&gt;</p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">couponId</td> <td style="text-align: left;">String</td> <td>优惠券的ID</td> </tr> <tr> <td style="text-align: left;">couponName</td> <td style="text-align: left;">String</td> <td>优惠券的名称</td> </tr> <tr> <td style="text-align: left;">moneyType</td> <td style="text-align: left;">String</td> <td>优惠券类型,mj代表满减优惠券;zk代表折扣优惠券</td> </tr> <tr> <td style="text-align: left;">businessName</td> <td style="text-align: left;">String</td> <td>优惠券的类型</td> </tr> <tr> <td style="text-align: left;">couponMoney</td> <td style="text-align: left;">String</td> <td>优惠券金额,或优惠券的折扣(moneyType的值为mj时,此时couponMoney的值为金额; moneyType的值为zk时,此时couponMoney的值为扣折;</td> </tr> <tr> <td style="text-align: left;">minMoney</td> <td style="text-align: left;">String</td> <td>最低使用金额为0时,表示无门槛使用;否则表示满多少金额才能使用</td> </tr> <tr> <td style="text-align: left;">timeStart</td> <td style="text-align: left;">String</td> <td>优惠券有效期的开始时间</td> </tr> <tr> <td style="text-align: left;">timeEnd</td> <td style="text-align: left;">String</td> <td>优惠券有效期的结束时间</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML