爆店

爆店系统接口


我的卡券详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>我的卡券</li> </ul> <h5>请求URL</h5> <ul> <li><code>/index/douyin/my_coupon_info</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> <tr> <td style="text-align: left;">coupon_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>我的卡券ID</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { "code": 0, "data": { "coupon": {}, }, "msg":"success" }</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;">coupon</td> <td style="text-align: left;">object</td> <td>卡券信息,除my_coupon表字段,还关联合并了store表的部分字段</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li> <h2>coupon【object】:</h2> <h6>tips</h6> <p>'end_time' 已转为字符串, 如 '2022-08-01'</p> <h6>表字段</h6> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=d7523d40996469494e08c92e23a20470&amp;file=file.png" alt="" /> <img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=ebe9a35931b5a32470f5a7546dd15926&amp;file=file.png" alt="" /></p> </li> </ul>

页面列表

ITEM_HTML