- 开发前必读
- 开始开发
- 查询类接口文档
- 通用API
- 用户管理API
- 店铺管理API
- 连锁门店API
- 基础API
- 分组管理API
- 商品管理API
- 商户管理API
- 商品管理API
- 会员管理API
- 订单管理API
- 营销管理API
- 推广员API
- 插件管理API
- 人信云API
- 推送类接口文档
- 企微助手插件 说明
门店列表(启用的门店)
开发中
GET
/chainShop/shop/get-list
最后修改时间:2024-08-14 09:02:52
请求参数
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?lng=119.04184200&lat=25.33593000'
返回响应
🟢200成功
application/json
Body
error
integer
必需
data
array [object {16}]
数据列表
id
string
必需
shop_id
string
店铺id
name
string
门店名称
logo
string
门店logo
type
string
必需
status
string
门店状态
lng
string
经度
lat
string
纬度
groups
array [object {5}]
分组信息
distance
integer
必需
province
string
省
city
string
市
area
string
区
address
string
详细地址
telephone
string
联系电话
business_time
string
营业时间
示例
{
"error": 0,
"data": [
{
"id": "267",
"shop_id": "25",
"name": "2",
"logo": "image/25/2022/08/0c92480955b7de869fbed623c91768f3.jpg",
"type": "1",
"status": "1",
"lng": "120.35388600",
"lat": "36.08905100",
"groups": [],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "市北区",
"address": "台东街道和顺苑小区",
"telephone": "1311111111",
"business_time": "全天"
},
{
"id": "256",
"shop_id": "25",
"name": "zyyyp",
"logo": "image/25/2022/07/5421e575a4cf3f6fa3fdc370a220fe5a.gif",
"type": "1",
"status": "1",
"lng": "120.39396800",
"lat": "36.08183700",
"groups": [],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "市南区",
"address": "八大湖街道新田路3号田家花园",
"telephone": "13126677011",
"business_time": "全天"
},
{
"id": "254",
"shop_id": "25",
"name": "chj-测试",
"logo": "image/25/2022/07/b67065f2e8625e131fff50ff0cef6ace.jpeg",
"type": "1",
"status": "1",
"lng": "119.04184200",
"lat": "25.33593000",
"groups": [
{
"group_id": "11",
"shop_id": "25",
"sub_shop_id": "254",
"name": "分组11",
"status": "1"
}
],
"distance": 0,
"province": "福建省",
"city": "莆田市",
"area": "荔城区",
"address": "新度镇新度镇东宋村新时代文明实践站",
"telephone": "13045086195",
"business_time": "全天"
},
{
"id": "237",
"shop_id": "25",
"name": "jyftgj",
"logo": "image/25/2022/03/d6e4fc3ae9120055053282bc0ca3e9a3.png",
"type": "1",
"status": "1",
"lng": "120.38460000",
"lat": "36.10612500",
"groups": [],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "市北区",
"address": "哈尔滨路46号",
"telephone": "15678788888",
"business_time": "全天"
},
{
"id": "231",
"shop_id": "25",
"name": "zyp门店",
"logo": "image/25/2022/03/fac04ac4debf1687ac011f5374fbe8fa.jpg",
"type": "1",
"status": "1",
"lng": "120.37901200",
"lat": "36.09012600",
"groups": [],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "市北区",
"address": "敦化路街道卓越世纪中心卓越·大融城",
"telephone": "13126770111",
"business_time": "全天"
},
{
"id": "226",
"shop_id": "25",
"name": "LZJ—测试门店4",
"logo": "image/25/2022/01/19aa261b59359c29b414752ac5547413.jpg",
"type": "1",
"status": "1",
"lng": "120.38409800",
"lat": "36.08239200",
"groups": [
{
"group_id": "9",
"shop_id": "25",
"sub_shop_id": "226",
"name": "分组9",
"status": "1"
}
],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "市南区",
"address": "八大湖街道南京路147号中联创意广场",
"telephone": "16639308972",
"business_time": "全天"
},
{
"id": "225",
"shop_id": "25",
"name": "1111111",
"logo": "image/25/2022/02/f3bab93c7f8ada22ae4e7da9c25fa0e1.jpg",
"type": "1",
"status": "1",
"lng": "107.33339000",
"lat": "30.32771700",
"groups": [],
"distance": 0,
"province": "重庆市",
"city": "县",
"area": "垫江县",
"address": "万达",
"telephone": "11111111111",
"business_time": "全天"
},
{
"id": "223",
"shop_id": "25",
"name": "LZJ—测试门店3",
"logo": "image/25/2022/01/7ae1bf317b6ce4a84a7f937f46db4f27.png",
"type": "1",
"status": "1",
"lng": "120.43765600",
"lat": "36.12330800",
"groups": [],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "崂山区",
"address": "中韩街道崂运驾校",
"telephone": "16639308972",
"business_time": "全天"
},
{
"id": "221",
"shop_id": "25",
"name": "门店名称7",
"logo": "",
"type": "1",
"status": "1",
"lng": "121.49663100",
"lat": "31.35197300",
"groups": [],
"distance": 0,
"province": "上海市",
"city": "上海市",
"area": "宝山区",
"address": "上海上海市宝山区长江路101号",
"telephone": "17000000000",
"business_time": "10:00-12:00"
},
{
"id": "216",
"shop_id": "25",
"name": "fx-门店6(不要删除)",
"logo": "image/25/2022/01/511b9bbab28f88223ae77da0b9cc8374.png",
"type": "1",
"status": "1",
"lng": "117.02167000",
"lat": "30.55395700",
"groups": [
{
"group_id": "3",
"shop_id": "25",
"sub_shop_id": "216",
"name": "分组2",
"status": "1"
}
],
"distance": 0,
"province": "安徽省",
"city": "安庆市",
"area": "大观区",
"address": "万达",
"telephone": "15100000006",
"business_time": "全天"
},
{
"id": "214",
"shop_id": "25",
"name": "门店名称1",
"logo": "image/25/2022/01/45452e886200e7baffa4f533fa92d33b.jpg",
"type": "1",
"status": "1",
"lng": "117.02167000",
"lat": "30.55395700",
"groups": [],
"distance": 0,
"province": "安徽省",
"city": "安庆市",
"area": "大观区",
"address": "万达",
"telephone": "15100000001",
"business_time": "全天"
},
{
"id": "212",
"shop_id": "25",
"name": "门店名称3",
"logo": "",
"type": "1",
"status": "1",
"lng": "121.49663100",
"lat": "31.35197300",
"groups": [],
"distance": 0,
"province": "上海市",
"city": "上海市",
"area": "宝山区",
"address": "上海上海市宝山区长江路101号",
"telephone": "17000000000",
"business_time": "10:00-12:00"
},
{
"id": "210",
"shop_id": "25",
"name": "LZJ—测试门店2",
"logo": "image/25/2021/06/a69afa2208356150dcec0bc39cac3d92.jpg",
"type": "1",
"status": "1",
"lng": "120.38017100",
"lat": "36.09108000",
"groups": [
{
"group_id": "1",
"shop_id": "25",
"sub_shop_id": "210",
"name": "分组1",
"status": "1"
},
{
"group_id": "3",
"shop_id": "25",
"sub_shop_id": "210",
"name": "分组2",
"status": "1"
}
],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "市北区",
"address": "敦化路街道敦化路卓越世纪中心",
"telephone": "16639308972",
"business_time": "08:00-20:00"
},
{
"id": "206",
"shop_id": "25",
"name": "fx-门店4-0",
"logo": "image/25/2022/01/2b83bac1173216b688fc674135725f42.png",
"type": "1",
"status": "1",
"lng": "117.02167000",
"lat": "30.55395700",
"groups": [
{
"group_id": "1",
"shop_id": "25",
"sub_shop_id": "206",
"name": "分组1",
"status": "1"
},
{
"group_id": "3",
"shop_id": "25",
"sub_shop_id": "206",
"name": "分组2",
"status": "1"
}
],
"distance": 0,
"province": "北京市",
"city": "北京市",
"area": "朝阳区",
"address": "万达",
"telephone": "15100000040",
"business_time": "01:00-23:00"
},
{
"id": "205",
"shop_id": "25",
"name": "fx-门店3",
"logo": "image/25/2022/01/35126d295d49e2e426a6763bce55e844.png",
"type": "1",
"status": "1",
"lng": "106.44512200",
"lat": "29.82261600",
"groups": [
{
"group_id": "3",
"shop_id": "25",
"sub_shop_id": "205",
"name": "分组2",
"status": "1"
}
],
"distance": 0,
"province": "重庆市",
"city": "重庆市",
"area": "北碚区",
"address": "万达",
"telephone": "15100000003",
"business_time": "全天"
},
{
"id": "204",
"shop_id": "25",
"name": "fx-门店2",
"logo": "image/25/2022/01/35126d295d49e2e426a6763bce55e844.png",
"type": "1",
"status": "1",
"lng": "116.60114400",
"lat": "39.94857400",
"groups": [
{
"group_id": "3",
"shop_id": "25",
"sub_shop_id": "204",
"name": "分组2",
"status": "1"
}
],
"distance": 0,
"province": "北京市",
"city": "北京市",
"area": "朝阳区",
"address": "国贸大厦",
"telephone": "15100000002",
"business_time": "10:00-23:00"
},
{
"id": "201",
"shop_id": "25",
"name": "LZJ—测试门店",
"logo": "image/25/2021/12/42b0a48e1235d95c70a9af6c1af3f48b.png",
"type": "1",
"status": "1",
"lng": "120.38137300",
"lat": "36.08364100",
"groups": [
{
"group_id": "1",
"shop_id": "25",
"sub_shop_id": "201",
"name": "分组1",
"status": "1"
},
{
"group_id": "3",
"shop_id": "25",
"sub_shop_id": "201",
"name": "分组2",
"status": "1"
}
],
"distance": 0,
"province": "山东省",
"city": "青岛市",
"area": "市南区",
"address": "金湖路街道宁夏路112号天泰新村1期2期",
"telephone": "16699991100",
"business_time": "全天"
}
]
}

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


修改于 2024-08-14 09:02:52