简要描述:

  • 发布视频选择商品后回显

请求URL:

GET/plugin.store-alone-temp.frontend.video_share.goods.getGoodsById

参数:

参数名 是否必须 类型 说明
goods_id int 商品id

返回示例:

正确时返回:

{
	result: 1,
	msg: "成功",
	data: {
		goods: {
			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
		}
	}
}

错误时返回:

{
	result: 0,
	msg: "参数错误[goods_id=null]",
	data: [ ]
}

返回参数说明:

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

备注:

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