简要描述:

  • 门店列表

请求URL:

plugin.merchant.frontend.store.list.storeList

返回示例:

正确时返回:

{
	result: 1,
	msg: "成功",
	data: {
		store_list: {
			total: 3,
			per_page: 15,
			current_page: 1,
			last_page: 1,
			next_page_url: null,
			prev_page_url: null,
			from: 1,
			to: 3,
			data: [
				{
					store_name: "肥仔的店铺",
					id: 10,
					thumb: "http://dev3.yunzshop.com/attachment/images/3/2017/12/v9c88mf58Pc8pj94M0pn1FrPHp8f15.jpg",
					province_id: 440000,
					city_id: 440100,
					district_id: 440111,
					street_id: 440111003,
					full_address: "广东省 广州市 白云区 松洲街道"
				}
			]
		}
	}
}

错误时返回:

{
	result: 0,
	msg: "未开启门店插件,无法查询",
	data: [ ]
}

返回参数说明:

参数名 类型 说明
store_name string 门店名称
thumb string 门店图片
full_address string 地址
id int 门店id

备注:

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