云课堂app接口

app接口


胶囊广告位进入后的新人礼包列表页

<h5>简要描述</h5> <ul> <li>胶囊广告位进入后的新人礼包列表页接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://testapp.feimayun.com/newgift/list2</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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> </tbody> </table> <h5>返回示例</h5> <pre><code>{ "status": 1, "msg": "success~", "data": [ { "name": "满99减99(3)", "price": "99.00", "describe": "满99减99(3)", "use_info": "满99.00减99.00", "type": "满减券", "date": "领取后1个月有效" }, { "name": "满99减99(2)", "price": "99.00", "describe": "满99减99(2)", "use_info": "满99.00减99.00", "type": "满减券", "date": "领取后1个月有效" }, { "name": "满99减99(1)", "price": "99.00", "describe": "满99减99(1)", "use_info": "满99.00减99.00", "type": "满减券", "date": "领取后1个月有效" }, { "name": "满0.11减0.1", "price": "0.11", "describe": "0.11", "use_info": "满0.11减0.11", "type": "满减券", "date": "领取后1个月有效" }, { "name": "满0.11减0.01", "price": "0.01", "describe": "满0.11减0.01", "use_info": "满0.11减0.01", "type": "满减券", "date": "领取后1个月有效" }, { "name": "满0.1减0.1", "price": "0.10", "describe": "满0.1减0.1", "use_info": "满0.10减0.10", "type": "满减券", "date": "领取后1个月有效" }, { "name": "满0.01减0.01", "price": "0.01", "describe": "", "use_info": "满0.01减0.01", "type": "满减券", "date": "领取后1个月有效" }, { "name": "优惠券有效期(3个月,10优惠)", "price": "10.00", "describe": "优惠券有效期(3个月,10优惠)30库存", "use_info": "满800.00减10.00", "type": "满减券", "date": "2021-04-19 至 2021-07-19" }, { "name": "优惠券无限数量4.19(领取一个月可用)", "price": "10.00", "describe": "优惠券无限数量4.19(领取一个月可用)10优惠券", "use_info": "满600.00减10.00", "type": "满减券", "date": "领取后1个月有效" } ] }</code></pre> <h5>返回参数说明</h5> <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;">name</td> <td style="text-align: left;">int</td> <td>优惠券金额名字</td> </tr> <tr> <td style="text-align: left;">price</td> <td style="text-align: left;">string</td> <td>优惠券金额</td> </tr> <tr> <td style="text-align: left;">term_price</td> <td style="text-align: left;">decimal</td> <td>使用条件金额</td> </tr> <tr> <td style="text-align: left;">use_info</td> <td style="text-align: left;">string</td> <td>使用说明</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">string</td> <td>优惠券类型</td> </tr> <tr> <td style="text-align: left;">date</td> <td style="text-align: left;">string</td> <td>有效期</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML