多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
#### 轮播图 ~~~[api] get:/index/index/banner <<< success { "code": 1, "msg": "", "time": "2018-06-12 11:35:45", "data": [ { "image": "http://image.suning.cn/uimg/aps/material/152673480125402454.jpg", "type": "goods", "value": 1 }, { "image": "http://image4.suning.cn/uimg/cms/img/152671545167872835.jpg", "type": "article", "value": 1 }, { "image": "http://image4.suning.cn/uimg/cms/img/152671545167872835.jpg", "type": "url", "value": "http://www.baidu.com" } ] } ~~~ #### 导航 ~~~[api] get:/index/index/nav <<< success { "code": 1, "msg": "", "time": "2018-08-18 14:17:45", "data": [ { "image": "/static/no-image.png", "text": "前端", "type": "storesCategory", "value": 1 }, { "image": "/static/no-image.png", "text": "辣鸡", "type": "articleCategory", "value": 1 }, { "image": "/static/no-image.png", "text": "的", "type": "url", "value": "http://www.qq.com" } ] } ~~~ #### 广告 ~~~[api] get:/index/index/ad <<< success { "code": 1, "msg": "", "time": "2018-08-16 11:00:02", "data": [ { "type": 1, "content": { "image": "http://oss.dgyouduo.com/static/img/no-image-16x10.png", "type": "url", "value": "/goods/category/index/id/1" } }, { "type": 1, "content": { "image": "http://oss.dgyouduo.com/static/img/no-image-16x10.png", "type": "url", "value": "/goods/category/index/id/1" } }, { "type": 2, "content": [ { "image": "http://oss.dgyouduo.com/static/img/no-image.png", "type": "goods", "value": 1 }, { "image": "http://oss.dgyouduo.com/static/img/no-image.png", "type": "goods", "value": 1 }, { "image": "http://oss.dgyouduo.com/static/img/no-image.png", "type": "goods", "value": 1 } ] } ] } ~~~