汇总数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>系统的数据信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/adm/data/summary</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": "success",
"data": {
"app_user_count": { //app注册用户数
"all_count": 7, //所有数据
"today_user_count": 0, //新日数据
"yesterday_user_count": 0,//昨日数据
"user_count_rate": 3 //增长率
},
"app_guest_count": { //app游客用户数
"all_count": 67,
"today_user_count": 0,
"yesterday_user_count": 0,
"user_count_rate": 1
},
"wechat_count": { //微信用户数
"all_count": 73,
"today_user_count": 0,
"yesterday_user_count": 0,
"user_count_rate": 20
},
"wechat_pay_user_count": {//app付费用户数
"all_count": 73,
"today_user_count": 0,
"yesterday_user_count": 14,
"user_count_rate": 0
},
"app_pay_user_count": {//微信付费用户数
"all_count": 14,
"today_user_count": 0,
"yesterday_user_count": 41,
"user_count_rate": 0
}
},
"message": "操作成功",
"ct": 1545877588
}</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>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>