微同课后台


数据统计

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户数据统计接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>users/index</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <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> <h5>返回示例</h5> <pre><code> {     &amp;quot;code&amp;quot;: 200,     &amp;quot;msg&amp;quot;: &amp;quot;ok!&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;user&amp;quot;: {             &amp;quot;sum&amp;quot;: 23, // 总用户数             &amp;quot;reality_sum&amp;quot;: 23, // 实际用户数             &amp;quot;today_count&amp;quot;: 1, // 今日新增             &amp;quot;yesterday_count&amp;quot;: 0, // 昨日新增             &amp;quot;week_count&amp;quot;: 2, // 本周             &amp;quot;lastweek_count&amp;quot;: 7, // 上周             &amp;quot;month_count&amp;quot;: 10, // 本月             &amp;quot;lastmonth_count&amp;quot;: 0 // 上月         },         &amp;quot;user_add_list&amp;quot;: [ // 今年内月用户增长数             {                 &amp;quot;create_time&amp;quot;: &amp;quot;2025-01&amp;quot;,                 &amp;quot;count&amp;quot;: 0             },             {                 &amp;quot;create_time&amp;quot;: &amp;quot;2025-02&amp;quot;,                 &amp;quot;count&amp;quot;: 0             },             {                 &amp;quot;create_time&amp;quot;: &amp;quot;2025-03&amp;quot;,                 &amp;quot;count&amp;quot;: 10             }         ]     } } ```php 用户活跃数据 users/user_active_data { &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;ok!&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;today_count&amp;quot;: 4, // 今日活跃数 &amp;quot;week_count&amp;quot;: 5, // 本周 &amp;quot;lastweek_count&amp;quot;: 13, // 上周 &amp;quot;month_count&amp;quot;: 16, // 本月 &amp;quot;lastmonth_count&amp;quot;: 0, // 上月 &amp;quot;year_count&amp;quot;: 21, // 本年 &amp;quot;lastyear_count&amp;quot;: 1 // 去年 } } 用户活跃折线图 https://www.showdoc.com.cn/1885082337263229/8645717476524879</code></pre> <pre><code> ##### 返回参数说明 |参数名|类型|说明| |:----- |:-----|----- | ##### 备注 - 更多返回错误代码请看首页的错误代码描述</code></pre>

页面列表

ITEM_HTML