模糊查询门店列表

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

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

接口描述

支持通过模糊条件查询门店列表详情。

接口地址

GET: /v1.0/iot-03/retail/shops

请求参数

参数名 类型 参数位置 是否必填 说明
req ShopQueryReq query false

req 说明

参数名 类型 参数位置 是否必填 说明
name String false 门店名称
page_size Integer true 页面大小
last_row_key String false 上一页最后一条数据游标值

返回参数

参数名 类型 说明
result CursorPage

result 说明

参数名 类型 说明
has_more Boolean 是否有下一页
list List
last_row_key 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?page_size=2

返回示例

{ "result": { "last_row_key": "12345678***", "list": [ { "address": "xxx中心", "shop_name": "xxx中心门店", "shop_id": "1405092931026604***" } ], "has_more": false }, "t": 1623837257601, "success": true }

错误码

参考 错误码