微同课后台


数据总览

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>升学规划数据总览接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>information/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> <p><strong>升学规划浏览数据接口(折线图):information/info_view</strong> 参考:<a href="https://www.showdoc.com.cn/vtkAdmin/11558850196547029">https://www.showdoc.com.cn/vtkAdmin/11558850196547029</a></p> <p><strong>各类型作品占比数接口:information/data_ratio</strong></p> <pre><code class="language-php">{ // 占比数的输出信息 &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;ok!&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;chair&amp;quot;: 1, // 讲座数 &amp;quot;chair_ratio&amp;quot;: &amp;quot;0.20&amp;quot;, // 占比 &amp;quot;info&amp;quot;: 1, // 资讯 &amp;quot;info_ratio&amp;quot;: &amp;quot;0.20&amp;quot;, &amp;quot;policy&amp;quot;: 1, // 政策 &amp;quot;policy_ratio&amp;quot;: &amp;quot;0.20&amp;quot;, &amp;quot;campus&amp;quot;: 1, // 校园 &amp;quot;campus_ratio&amp;quot;: &amp;quot;0.20&amp;quot;, &amp;quot;public&amp;quot;: 1, // 公益 &amp;quot;public_ratio&amp;quot;: &amp;quot;0.20&amp;quot; } }</code></pre> <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;num&amp;quot;: 4, // 总资讯数         &amp;quot;view_num&amp;quot;: 2 // 总浏览数     } }</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>

页面列表

ITEM_HTML