彩票助手-首页
<p><strong>简要描述:</strong> </p>
<ul>
<li>彩店助手-首页</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://xx.com/api/store/store/get-now-report">http://xx.com/api/store/store/get-now-report</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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>门店token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;today&quot;: {//待办事务
&quot;2018-02-28&quot;: {
&quot;days&quot;: &quot;2018-02-28&quot;,//日期
&quot;count&quot;: &quot;1&quot;,//下单人数
&quot;salemoney&quot;: &quot;40.00&quot;,//总订单金额
&quot;ordernum&quot;: &quot;1&quot;,//订单数量
&quot;winmoney&quot;: &quot;0.00&quot;,//中奖金额
&quot;award_amount&quot;: 0,//实兑金额
&quot;paymoney&quot;: &quot;0.08&quot;,//出票服务费
&quot;no_award&quot;: &quot;0.00&quot;//未兑金额
}
},
&quot;lastDay&quot;: []//昨日事务
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>