后台管理系统

api接口


广告位列表数据

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户注册接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:3333/admin/api/rest/ads</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <p>不用传参,需要登录才能请求</p> <h5>返回示例</h5> <pre><code> {"_id":"5e10303eb5b0242c447af6d6","items":[{"_id":"5e10303eb5b0242c447af6d9","img":"http://localhost:3333/uploads/ads/5d4c7b40ec3b7e2b5a6cd2d6c0edd461","url":"http://pvp.qq.com/m/m201606/detail.shtml?G_Biz=18&amp;e_code=507805&amp;tid=625718"},{"_id":"5e10303eb5b0242c447af6d8","img":"http://localhost:3333/uploads/ads/98a925d55bc594e59f77f4e816e64ce5","url":"http://pvp.qq.com/m/m201606/detail.shtml?G_Biz=18&amp;e_code=507839&amp;tid=625294"},{"_id":"5e10303eb5b0242c447af6d7","img":"http://localhost:3333/uploads/ads/69e2121c8ab228e5ec65064cacaa502c","url":"http://pvp.qq.com/m/m201606/newCont.shtml?G_Biz=18&amp;e_code=507886&amp;tid=465531"},{"_id":"61dfbf1e5ae58923006b85e2","img":"192.168.1.100/uploads/ads/3add8d3fff6270f73a69f8d1dad22f8d","url":"88"}],"name":"首页轮播图","__v":0},{"_id":"5e9eb272b4952e1fb85a17c1","items":[{"_id":"5e9ed68111a49b0aa08f8125","img":"http://localhost:3333/uploads/ads/ca654b73733cd1f6edb032a735da623a","url":"https://pvp.qq.com/m/m201606/detail.shtml?G_Biz=18&amp;tid=624365&amp;e_code=pvpweb_m.statictypenew.type587"},{"_id":"5ea7d79cd18ec111d810d6c4","img":"http://localhost:3333/uploads/ads/fc75c0a84fa50c2b26299915fd1b8c38","url":"https://pvp.qq.com/m/m201606/detail.shtml?G_Biz=18&amp;tid=624420&amp;e_code=pvpweb_m.statictypenew.type587"},{"_id":"5ea7d79cd18ec111d810d6c3","img":"http://localhost:3333/uploads/ads/6ba71116602efe1fc2e7e3e9e925203a","url":"https://pvp.qq.com/m/m201606/detail.shtml?G_Biz=18&amp;tid=624395&amp;e_code=pvpweb_m.statictypenew.type587"},{"_id":"5ea7d79cd18ec111d810d6c2","img":"http://localhost:3333/uploads/ads/b8dd2be068f8adce39e21b19001aaabe","url":"https://pvp.qq.com/m/m201606/detail.shtml?G_Biz=18&amp;tid=625028&amp;e_code=pvpweb_m.statictypenew.type587"}],"name":"攻略中心轮播图","__v":0}</code></pre> <h5>返回参数说明</h5> <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;">_id</td> <td style="text-align: left;">sting</td> <td>用户组id</td> </tr> <tr> <td style="text-align: left;">items</td> <td style="text-align: left;">array</td> <td>广告位数据</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML