新Alpha前端页面


获取频道列表页

<p><strong>简要描述:</strong> </p> <ul> <li>获取频道列表页</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/api/v1/get_channel_list/</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </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>{ "msg": "success", "code": 1, "resultObj": [ { "channel_name": "电影", // 频道名字 "amount": 80989, // 数量 "img": [ "http://i-7.vcimg.com/crop/957dc920063a332bfe46de54cc8799aa38479(600x)/thumb.jpg", "http://s9.sinaimg.cn/bmiddle/48be49e7t5d7377a5a2f8", "https://img1.doubanio.com/lpic/s4501748.jpg", "http://www.xmnn.cn/dzbk/xmsb/epaper/res/1/20161204/88681480781609484.jpg", "http://hkpic.crntt.com/upload/200612/22/100274631.jpg", "http://vpic.video.qq.com/49618893/a0165mtopj6_160_90_3.jpg", "http://img1.cache.netease.com/catchpic/9/9C/9C834F2B41C604F274E6B5694C8FE86B.jpg", "http://imgsrc.baidu.com/image/c0%3Dshijue1%2C0%2C0%2C294%2C40/sign=292510a09d2bd40756cadbbe13e0f424/34fae6cd7b899e512fb2b49c48a7d933c8950d7d.jpg", "http://www.qingdaonews.com/big5/gb/images/attachement/jpg/site1/20100118/001de005dfb50cbe057309.jpg", "http://images.miiqu.com/uploads/star/l/l_b/36549433.jpg", "http://wd.geilicdn.com/vshop254878084-1431662307881-57514-s1.jpg?w=170&amp;h=170&amp;cp=1" ] }, { "channel_name": "网络小说", "amount": 100000, "img": [ "https://qidian.qpic.cn/qdbimg/349573/1012585461/150" ] }, { "channel_name": "虚拟人物", "amount": 83315, "img": [ "&lt;image/jpeg:88*83&gt;ac7f1998-ad08-11e8-b5fe-0894ef44da9f_1" ] }, ] }</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> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML