文档
测试

商品列表

GET
/api/products

接口描述

获取首页商品列表

说明 / 示例

{ "code": 1, "msg": "请求成功", "data": [ { "id": 1, "name": "企宽尊享", "icon": "images/bg1.png", "created_at": "2020-06-06 16:00:03", "updated_at": "2020-06-10 17:32:29" }, { "id": 2, "name": "商务快线", "icon": "images/bg2.png", "created_at": "2020-06-06 16:05:57", "updated_at": "2020-06-10 17:33:59" }, { "id": 3, "name": "云视讯", "icon": "images/bg3.png", "created_at": "2020-06-06 16:06:14", "updated_at": "2020-06-10 17:34:12" }, { "id": 4, "name": "移动云", "icon": "images/bg4.png", "created_at": "2020-06-06 16:06:55", "updated_at": "2020-06-10 17:34:22" }, { "id": 5, "name": "视频彩铃", "icon": "images/bg5.png", "created_at": "2020-06-06 16:07:12", "updated_at": "2020-06-10 17:34:48" }, { "id": 6, "name": "和教育", "icon": "images/bg6.png", "created_at": "2020-06-06 16:07:28", "updated_at": "2020-06-10 17:35:02" }, { "id": 7, "name": "云MAS", "icon": "images/bg7.png", "created_at": "2020-06-06 16:07:44", "updated_at": "2020-06-10 17:35:15" }, { "id": 8, "name": "和对讲", "icon": "images/bg8.png", "created_at": "2020-06-06 16:08:00", "updated_at": "2020-06-10 17:35:28" }, { "id": 9, "name": "NB门锁", "icon": "images/bg9.png", "created_at": "2020-06-06 16:08:19", "updated_at": "2020-06-10 17:35:41" }, { "id": 10, "name": "智能后视镜", "icon": "images/bg10.png", "created_at": "2020-06-06 16:08:37", "updated_at": "2020-06-10 17:35:53" } ] }