获取门店兑换列表
<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:&quot;获取成功&quot;
result:{
page:1
pages: 1
size: 3
total: 3
data:[
0:{
redeem_code:&quot;zHEyrxOt&quot; // 兑换码
redeem_code_id:&quot;1&quot; // 兑换码ID
settle_status:&quot;1&quot; // 结算状态 1:未结算 2:已结算
status:&quot;2&quot; // 兑换码状态 1、未使用(默认) 2、使用 3、已过期 4、已废除
value_amount:&quot;10&quot; // 兑换码金额
redeem_time: &quot;2017-08-08 10:03:01&quot; // 兑换时间
settle_date: &quot;2017-08-09&quot; // 结算日期
1:{redeem_code_id: &quot;2&quot;, redeem_code: &quot;nxl3abcj&quot;, value_amount: &quot;10&quot;, status: &quot;2&quot;, settle_status: &quot;1&quot;}
2:{redeem_code_id: &quot;3&quot;, redeem_code: &quot;RlkqmHAo&quot;, value_amount: &quot;10&quot;, status: &quot;2&quot;, settle_status: &quot;2&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>