查询单个门店

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

本文介绍查询单个门店的 API。

接口描述

用于查询单个门店的信息。

接口地址

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

请求参数

参数名 类型 参数位置 是否必填 说明
shop_id String uri true 门店 ID

返回参数

参数名 类型 说明
result ShopRes

result 说明

参数名 类型 说明
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/1405092931026604***

返回示例

{ "result": { "address": "xxx中心", "city_code": 130200, "province_code": 130000, "shop_name": "xxx门店2", "province_name": "河北省", "district_name": "路南区", "shop_id": "1405092931026604***", "city_name": "xxx市", "district_code": 130202 }, "t": 1623837257601, "success": true }

错误码

参考 错误码

province_code, city_code, district_code 说明

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