简要描述:

  • 默认推荐商品列表

请求URL:

GET/plugin.video-share.frontend.goods.getRecommendGoods

返回示例:

正确时返回:

{
	result: 1,
	msg: "成功",
	data: {
		list: {
			total: 14,
			per_page: 15,
			current_page: 1,
			last_page: 1,
			next_page_url: null,
			prev_page_url: null,
			from: 1,
			to: 14,
			data: [
				{
					id: 56,
					title: "天然维生素E软胶囊零售价一百元最少采购量1中盒开心一百片十二瓶八中盒件件散装休",
					thumb: "http://dev3.yunzshop.com/attachment/images/3/2017/06/OdW2cCop2Av9b27hB7dA9BH7OXCWDB.jpg",
					market_price: "0.00",
					price: "1536.00",
					status_name: null
				}
			]
		}
	}
}

返回参数说明:

参数名 类型 说明
id int 商品id
title string 商品标题
thumb string 商品图片
market_price string 原价
price string 现价

备注:

  • 更多返回错误代码请看首页的错误代码描述