18年,51cto老师录视频的接口,不能用了
获取商品列表
http://api.mm2018.com:8090/api/goods/home
23年,51cto老师录视频的接口,和老师新要的
获取商品列表
http://api.mm2018.com:8095/api/goods/home
请求无参:
响应:apifox mock 用到的
{
"success": true,
"message": "success",
"code": 200,
"timestamp": 1573523295692,
"result": [
{
"id": 7,
"name": "轮播图",
"type": 0,
"contents": [
{
"id": 1,
"type": 0,
"picUrl": "http://api.mm2018.com/images/banner_a.jpg"
},
{
"id": 2,
"type": 0,
"picUrl": "http://api.mm2018.com/images/banner_b.jpg"
}
]
},
{
"id": 8,
"name": "广告",
"type": 1,
"contents": [
{
"id": 25,
"picUrl": "http://api.mm2018.com/images/ad_a.jpg"
},
{
"id": 26,
"picUrl": "http://api.mm2018.com/images/ad_b.jpg"
},
{
"id": 27,
"picUrl": "http://api.mm2018.com/images/ad_c.jpg"
}
]
},
{
"id": 1,
"name": "商家推荐",
"type": 2,
"contents": [
{
"id": 22,
"type": 0,
"productId": 150635087972564,
"picUrl": "http://api.mm2018.com/images/tuijian_a.jpg",
"salePrice": 16,
"productName": "原味瓜子"
},
{
"id": 23,
"type": 0,
"productId": 150642571432835,
"picUrl": "http://api.mm2018.com/images/tuijian_b.jpg",
"salePrice": 16,
"productName": "五香瓜子"
},
{
"id": 24,
"type": 0,
"productId": 150642571432836,
"picUrl": "http://api.mm2018.com/images/tuijian_a.jpg",
"salePrice": 16,
"productName": "焦糖瓜子"
}
]
},
{
"id": 2,
"name": "西瓜子",
"type": 3,
"contents": [
{
"id": 29,
"type": 2,
"productId": 150642571432843,
"picUrl": "http://api.mm2018.com/images/x_a.jpg",
"salePrice": 14,
"productName": "西瓜子1"
},
{
"id": 8,
"type": 0,
"productId": 150642571432837,
"picUrl": "http://api.mm2018.com/images/x_b.jpg",
"salePrice": 49,
"productName": "西瓜子2"
},
{
"id": 9,
"type": 0,
"productId": 150642571432838,
"picUrl": "http://api.mm2018.com/images/x_c.jpg",
"salePrice": 29,
"productName": "西瓜子3"
},
{
"id": 14,
"type": 0,
"productId": 150642571432839,
"picUrl": "http://api.mm2018.com/images/x_d.jpg",
"salePrice": 19,
"productName": "西瓜子4"
},
{
"id": 15,
"type": 0,
"productId": 150642571432840,
"picUrl": "http://api.mm2018.com/images/x_e.jpg",
"salePrice": 59,
"productName": "西瓜子5"
}
]
},
{
"id": 10,
"name": "原味瓜子",
"type": 3,
"contents": [
{
"id": 40,
"type": 2,
"picUrl": "http://api.mm2018.com/images/y_a.jpg",
"salePrice": 15,
"productName": "原味1"
},
{
"id": 41,
"type": 0,
"productId": 150642571432845,
"picUrl": "http://api.mm2018.com/images/y_b.jpg",
"salePrice": 9,
"productName": "原味2"
},
{
"id": 42,
"type": 0,
"productId": 150642571432836,
"picUrl": "http://api.mm2018.com/images/y_c.jpg",
"salePrice": 19,
"productName": "原味3"
},
{
"id": 43,
"type": 0,
"productId": 150642571432846,
"picUrl": "http://api.mm2018.com/images/y_d.jpg",
"salePrice": 49,
"productName": "原味4"
},
{
"id": 44,
"type": 0,
"productId": 150642571432848,
"picUrl": "http://api.mm2018.com/images/y_e.jpg",
"salePrice": 55,
"productName": "原味5"
}
]
},
{
"id": 3,
"name": "五香瓜子",
"type": 3,
"contents": [
{
"id": 30,
"type": 2,
"productId": 150642571432850,
"picUrl": "http://api.mm2018.com/images/w_a.jpg",
"salePrice": 11,
"productName": "五香1"
},
{
"id": 2,
"type": 0,
"productId": 150642571432851,
"picUrl": "http://api.mm2018.com/images/w_b.jpg",
"salePrice": 12,
"productName": "五香2"
},
{
"id": 7,
"type": 0,
"productId": 816448,
"picUrl": "http://api.mm2018.com/images/w_c.jpg",
"salePrice": 22,
"productName": "五香3"
},
{
"id": 18,
"type": 0,
"productId": 847276,
"picUrl": "http://api.mm2018.com/images/w_d.jpg",
"salePrice": 12,
"productName": "五香4"
},
{
"id": 19,
"type": 0,
"productId": 150642571432844,
"picUrl": "http://api.mm2018.com/images/w_e.jpg",
"salePrice": 45,
"productName": "五香5"
}
]
},
{
"id": 9,
"name": "广告2",
"type": 1,
"contents": [
{
"id": 65,
"picUrl": "http://api.mm2018.com/images/ad_a.jpg"
},
{
"id": 37,
"picUrl": "http://api.mm2018.com/images/ad_b.jpg"
},
{
"id": 38,
"picUrl": "http://api.mm2018.com/images/ad_c.jpg"
}
]
}
]
}