主页
<p>注:测试接口地址
<a href="http://testapi.vtongke.com/admin/">http://testapi.vtongke.com/admin/</a>
沿用的接口在使用时请去除原有接口地址中的admin</p>
<p>统计及展示数据之类的展示具体数据即可,不展示比例及对比
文档中未出现的接口,直接删除原有对应逻辑即可</p>
<p>权限说明:
超级管理员--全部页面
管理员--除权限管理外所有菜单
运营--除权限管理和财务管理外所有菜单和页面
财务--只展示主页和财务管理相关菜单页面</p>
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>主页数据</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>index/home_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> {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;ok!&quot;,
&quot;data&quot;: {
&quot;backlog&quot;: { // 待处理
&quot;report&quot;: 0, // 举报
&quot;feedback&quot;: 3, // 意见反馈
&quot;question&quot;: 2 // 纠错
},
&quot;user_data&quot;: { // 用户
&quot;user&quot;: 23, // 总用户数
&quot;today_user&quot;: 1, // 今日新增
&quot;yesterday_user&quot;: 1 // 昨日新增
},
&quot;works&quot;: { // 数据
&quot;course_count&quot;: 26, // 课程
&quot;order_course&quot;: 42, // 购买人次
&quot;today_order_course&quot;: 0, // 今日购课人次
&quot;repetition&quot;: { // 题数
&quot;no_repetition&quot;: 361, // 不重复计算
&quot;repetition&quot;: 99 // 重复计算
},
&quot;vtest_exercise&quot;: 16, // 刷题人数
&quot;vtest_exercise_count&quot;: 2008, // 刷题数
&quot;data_count&quot;: 78, // 动态数
&quot;today_data_count&quot;: 0, // 今日动态数
&quot;data_file_count&quot;: 131 // 动态文件数
}
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>