lottery

咕啦-彩票系统


获取门店兑换列表

<p><strong>简要描述:</strong> </p> <ul> <li>获取门店兑换列表接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/api/redeem/get-store-redeem-list</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;">storeId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>门店ID</td> </tr> <tr> <td style="text-align: left;">storeCustNo</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>门店custno PS: storeId 和 storeCustNo 两者必传一个</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { code:600 msg:&amp;quot;获取成功&amp;quot; result:{ page:1 pages: 1 size: 3 total: 3 data:[ 0:{ redeem_code:&amp;quot;zHEyrxOt&amp;quot; // 兑换码 redeem_code_id:&amp;quot;1&amp;quot; // 兑换码ID settle_status:&amp;quot;1&amp;quot; // 结算状态 1:未结算 2:已结算 status:&amp;quot;2&amp;quot; // 兑换码状态 1、未使用(默认) 2、使用 3、已过期 4、已废除 value_amount:&amp;quot;10&amp;quot; // 兑换码金额 redeem_time: &amp;quot;2017-08-08 10:03:01&amp;quot; // 兑换时间 settle_date: &amp;quot;2017-08-09&amp;quot; // 结算日期 1:{redeem_code_id: &amp;quot;2&amp;quot;, redeem_code: &amp;quot;nxl3abcj&amp;quot;, value_amount: &amp;quot;10&amp;quot;, status: &amp;quot;2&amp;quot;, settle_status: &amp;quot;1&amp;quot;} 2:{redeem_code_id: &amp;quot;3&amp;quot;, redeem_code: &amp;quot;RlkqmHAo&amp;quot;, value_amount: &amp;quot;10&amp;quot;, status: &amp;quot;2&amp;quot;, settle_status: &amp;quot;2&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> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML