- 开发前必读
- 开始开发
- 查询类接口文档
- 通用API
- 用户管理API
- 店铺管理API
- 连锁门店API
- 基础API
- 分组管理API
- 商品管理API
- 商户管理API
- 商品管理API
- 会员管理API
- 订单管理API
- 营销管理API
- 推广员API
- 插件管理API
- 人信云API
- 推送类接口文档
- 企微助手插件说明
按区域返回门店列表
测试中
GET
chainShop/shop/get-list-by-region
最后修改时间:2024-08-14 09:02:45
请求参数
Query 参数
lng
number
可选
示例值:
119.04184200
lat
number
可选
示例值:
25.33593000
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'chainShop/shop/get-list-by-region?lng=119.04184200&lat=25.33593000'
返回响应
🟢200成功
application/json
Body
error
integer
必需
data
object
数据列表
北京市
object
必需
示例
{
"error": 0,
"data": {
"北京市": {
"北京市": {
"朝阳区": [
{
"id": "357",
"shop_id": "25",
"name": "dd",
"logo": "image/25/2022/10/99f54a4d7d7b9effca96576f701626ec.jpg",
"type": "1",
"status": "1",
"lng": "116.58698200",
"lat": "39.95433100",
"groups": [],
"distance": 0,
"province": "北京市",
"city": "北京市",
"area": "朝阳区",
"address": "东坝乡焦沙路",
"telephone": "15366965544",
"business_time": "全天"
},
{
"id": "296",
"shop_id": "25",
"name": "测试门店_003",
"logo": "image/25/2021/12/aa8ecd10bd52c0403c8b9845ccd2d7bb.jpg",
"type": "1",
"status": "1",
"lng": "116.60114400",
"lat": "39.94857400",
"groups": [],
"distance": 0,
"province": "北京市",
"city": "北京市",
"area": "朝阳区",
"address": "万达",
"telephone": "17000000000",
"business_time": "全天"
}
]
}
},
"陕西省": {
"宝鸡市": {
"金台区": [
{
"id": "334",
"shop_id": "25",
"name": "大庆路店",
"logo": "",
"type": "1",
"status": "1",
"lng": "107.20830800",
"lat": "34.36362300",
"groups": [],
"distance": 0,
"province": "陕西省",
"city": "宝鸡市",
"area": "金台区",
"address": "大庆路60号院乐榕融健康药房大庆路店",
"telephone": "18391766908",
"business_time": "10:00-12:00"
}
]
}
},
"山东省": {
"青岛市": {
"李沧区": [
{
"id": "273",
"shop_id": "25",
"name": "测试002",
"logo": "image/25/2021/12/11ac6a23429de519a0fc8bcb0bd5eb69.png",
"type": "1",
"status": "1",
"lng": "120.41840600",
"lat": "36.14848900",
"groups": [],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "李沧区",
"address": "浮山路街道宝龙城市广场(君峰路)青岛李沧宝龙广场",
"telephone": "17051222986",
"business_time": "全天"
},
{
"id": "265",
"shop_id": "25",
"name": "桃小妖",
"logo": "image/25/2021/12/0998e5aabd1e7ac32300fbd54d700895.png",
"type": "1",
"status": "1",
"lng": "120.43269700",
"lat": "36.14546300",
"groups": [
{
"group_id": "1",
"shop_id": "25",
"sub_shop_id": "265",
"name": "猪小二",
"status": "1"
},
{
"group_id": "4",
"shop_id": "25",
"sub_shop_id": "265",
"name": "测试",
"status": "1"
}
],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "李沧区",
"address": "九水东路570号",
"telephone": "15318721630",
"business_time": "08:00-20:00"
}
],
"市北区": [
{
"id": "264",
"shop_id": "25",
"name": "测试001",
"logo": "image/25/2021/12/c0547bf615860748146134917682f5d3.jpg",
"type": "1",
"status": "1",
"lng": "120.43254700",
"lat": "36.16162600",
"groups": [
{
"group_id": "1",
"shop_id": "25",
"sub_shop_id": "264",
"name": "猪小二",
"status": "1"
}
],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "市北区",
"address": "李村街道李沧商会大厦11",
"telephone": "17051222986",
"business_time": "08:00-15:00"
}
]
}
},
"安徽省": {
"安庆市": {
"大观区": [
{
"id": "272",
"shop_id": "25",
"name": "测试门店-mbw",
"logo": "image/25/2021/12/e3be9ac1dd46bf3cb15641be089d626b.jpg",
"type": "2",
"status": "1",
"lng": "116.99918200",
"lat": "30.56766700",
"groups": [
{
"group_id": "4",
"shop_id": "25",
"sub_shop_id": "272",
"name": "测试",
"status": "1"
}
],
"distance": 0,
"province": "安徽省",
"city": "安庆市",
"area": "大观区",
"address": "十里铺乡雷桥",
"telephone": "15232085027",
"business_time": "08:00-16:00"
}
]
}
}
}
}

扫码加入 开放接口 微信交流群
在这里,获得 开放接口 使用上的任何帮助,快速上手让你的研测效率得到大幅提升

