爆店

爆店系统接口


我的卡券详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>我的卡券详情</li> </ul> <h5>请求URL</h5> <ul> <li><code>/index/staff/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>我的卡券详情,关联店铺表部分字段</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li> <h2>coupon【object】:</h2> <h6>提示</h6> <p>'end_time' 【string】已转为字符串,例 &quot;2022-08-01&quot;</p> <h6>表字段</h6> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=c9d953a173b2cf064bfc05de6d6c0801&amp;file=file.png" alt="" /></p> <h6>关联字段</h6> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=94c6deb68afc139cee0032ef73f9ba7a&amp;file=file.png" alt="" /></p> </li> </ul>

页面列表

ITEM_HTML