简要描述:

  • 店铺首页,目前仅需要返回logo,name,fans number,其他为装修数据

请求URL:

POST/wapapi/addons/execute/addons/shop/controller/shop/action/shopInfo

参数:

参数名 是否必须 类型 说明
shop_id int 店铺id

返回示例:

正确时返回:

{
    "code": 1,
	"message":"获取成功"
    "data": {
   		"shop_name":"xxx",
		"shop_logo":"",
		"fans_number":100,
		"is_collection":true
}
}

返回参数说明:

参数名 类型 说明
shop_name string 店铺名字
shop_logo string 店铺logo url
fans_number int 粉丝数目
is_collection bool true:had collected this shop
false:had not collected this shop

备注:

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