基本数据
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/home/base</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">day</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>today 今天 yesterday 昨天 before 前天</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 0,
"msg": "返回成功",
"time": 1589514388,
"data": {
"success_order": 1,//成功订单
"success_price": "21.00",//成功金额
"income_price": "21.000",//分成金额
"submit_order": 1,//提交订单
"submit_price": "21.00",//提交金额
"add_user": 1,//新增用户
"login_user": 9,//登录用户
"add_goods": 2,//新增商品
"add_comment": 0,//发言数
"sell_card": 1//卖卡数
}
}</code></pre>