获取手工拒绝订单详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取手工拒绝订单详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://xx.com/api/store/store-bill-report/get-refuse-order-detail">http://xx.com/api/store/store-bill-report/get-refuse-order-detail</a></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;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>页码 默认为1</td>
</tr>
<tr>
<td style="text-align: left;">size</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>每页条数 默认为10</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>类型 1及时 2昨日 3本月 4上月</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 600,
"msg": "获取成功",
"result": {
"total": "3",//总条数
"pages": 1,//总页数
"list": [
{
"lottery_order_code": "GLCHHGG18090522T0000096",//订单号
"refuse_reason": "竞彩即将开通 敬请关注",//拒绝原因
"store_name": "中国体彩茵元足球公园店",//门店名称
"province": "福建省",//门店所在省份
"city": "厦门市"//门店所在城市
},
{
"lottery_order_code": "GLCHHGG18090509T0000001",
"refuse_reason": "不允许卖过关票",
"store_name": "咕啦厦门前埔中国体彩93115",
"province": "福建省",
"city": "厦门市"
},
{
"lottery_order_code": "GLCHHGG18090508T0000008",
"refuse_reason": "不允许卖过关票",
"store_name": "咕啦厦门前埔中国体彩93115",
"province": "福建省",
"city": "厦门市"
}
]
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>