查询子门店列表

更新时间:2023-06-21 07:13:03下载pdf

本文介绍查询子门店列表的 API。

接口描述

用于查询子门店列表详情。

接口地址

GET: /v1.0/iot-03/retail/shops/{shop_id}/sub-shops

请求参数

参数名 类型 参数位置 是否必填 说明
shop_id String uri false 门店 ID
page_size Integer query false 每页数量
last_row_key String query false 上一页最后一条数据的游标值

返回参数

参数名 类型 说明
result CursorPage

result 说明

参数名 类型 说明
has_more Boolean 是否有下一页
list List
last_row_key String 本页最后一条数据游标值

last_row_key 说明

参数名 类型 说明
parent_shop_id String 父门店 ID
province_code Integer 省份 Code
city_code Integer 城市 Code
district_code Integer 县区 Code
address String 详细地址
shop_layout_plan String 门店设备平面图

list 说明

参数名 类型 说明
shop_id String 门店 ID
parent_shop_id String 父门店 ID
shop_name String 门店名称
province_code Integer 省份 Code
province_name String 省份名称
city_code Integer 城市 Code
city_name String 城市名称
district_code Integer 县区 Code
district_name String 县区名称
address String 详细地址
business_hours List 营业时间列表
shop_layout_plan String 门店设备平面图

business_hours 说明

参数名 类型 说明
opening_time Long 营业开始时间
closing_time Long 营业结束时间

请求示例

GET: /v1.0/iot-03/retail/shops/140508990268466xxxx/sub-shops?page_size=2

返回示例

{ "result": { "last_row_key": "140512544139986xxxx", "list": [ { "address": "xxx中心", "city_code": 456, "province_code": 123, "shop_name": "xxxx附属门店1", "shop_layout_plan": "", "province_name": "xxx省", "district_name": "xxx区", "shop_id": "140512408370785xxxx", "city_name": "xxx市", "district_code": 789, "parent_shop_id": "140508990268466xxxx" }, { "address": "xxx中心", "city_code": 456, "province_code": 123, "shop_name": "xxx附属门店2", "shop_layout_plan": "", "province_name": "xxx省", "district_name": "xxx区", "shop_id": "140512544139986xxxx", "city_name": "xxx市", "district_code": 789, "parent_shop_id": "140508990268466xxxx" } ], "has_more": false }, "t": 1623843012311, "success": true }

错误码

参考 错误码

province_code, city_code, district_code 说明

中国城市建议参考 中华人民共和国行政区划代码