简要描述:

  • 门店页面上半部分

请求URL:

GET/plugin.store-cashier.frontend.store.store-home.index

参数:

参数名 是否必须 类型 说明
store_id int 门店ID

返回示例:

正确时返回:

{
	result: 1,
	msg: "成功",
	data: {
		store_thumb: "http://dev-yangyang.yunzshop.com/attachment/images/3/2017/09/GJgcgkCbBJjJBEBbh8E6f68jB8lBbZ.jpg",
		store_name: "vvvv",
		dispatch: "支持快递、自提、",
		affiche: ""
	}
}

错误时返回:

  

返回参数说明:

参数名 类型 说明
store_thumb string 门店图片
store_name string 门店名称
dispatch string 配送方式
affiche string 公告

备注:

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