获取及时订单门店统计
<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-order-detail">http://xx.com/api/store/store-bill-report/get-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;">order_type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>类型 1 待接单 2 待出票 3 带派奖</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 600,
"msg": "获取成功",
"result": [
{
"store_name": "中国体彩河北",//门店名称
"store_code": "10013",//门店编号
"nums": "1",//订单总数量
"moneys": "10.00"//订单总金额
},
{
"store_name": "咕啦厦门总部中国体彩91107",
"store_code": "10047",
"nums": "1",
"moneys": "12.00"
}
]
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>