- 开发前必读
- 开始开发
- 查询类接口文档
- 通用API
- 用户管理API
- 店铺管理API
- 连锁门店API
- 基础API
- 分组管理API
- 商品管理API
- 商户管理API
- 商品管理API
- 会员管理API
- 订单管理API
- 营销管理API
- 推广员API
- 插件管理API
- 人信云API
- 推送类接口文档
- 企微助手插件说明
分组列表
测试中
GET
/chainShop/group/get-list
最后修改时间:2024-08-14 09:02:40
请求参数
Query 参数
page
integer
查询页,默认1
示例值:
1
page_size
integer
每页数量,默认20
示例值:
10
status
integer
可选
示例值:
1
示例代码
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/group/get-list?page=1&page_size=10&status=1'
返回响应
🟢200成功
application/json
Body
error
integer
必需
data
object
必需
total
integer
总数据条数
list
array [object {5}]
列表
page
integer
当前页
page_size
integer
每页数量
示例
{
"error": 0,
"data": {
"total": 10,
"list": [
{
"id": "11",
"name": "分组11",
"shop_count": "1",
"status": "1",
"create_time": "2022-01-13 12:12:15"
},
{
"id": "10",
"name": "分组10",
"shop_count": "0",
"status": "1",
"create_time": "2022-01-13 12:12:12"
},
{
"id": "9",
"name": "分组9",
"shop_count": "1",
"status": "1",
"create_time": "2022-01-13 12:12:07"
},
{
"id": "8",
"name": "分组8",
"shop_count": "0",
"status": "1",
"create_time": "2022-01-13 12:12:04"
},
{
"id": "7",
"name": "分组7",
"shop_count": "0",
"status": "1",
"create_time": "2022-01-13 12:11:59"
},
{
"id": "6",
"name": "分组6",
"shop_count": "0",
"status": "0",
"create_time": "2022-01-13 12:11:55"
},
{
"id": "5",
"name": "分组4",
"shop_count": "0",
"status": "1",
"create_time": "2022-01-13 12:11:48"
},
{
"id": "3",
"name": "分组2",
"shop_count": "7",
"status": "1",
"create_time": "2022-01-13 12:11:36"
},
{
"id": "2",
"name": "分组5",
"shop_count": "0",
"status": "1",
"create_time": "2022-01-13 12:11:22"
},
{
"id": "1",
"name": "分组1",
"shop_count": "3",
"status": "1",
"create_time": "2022-01-12 17:36:06"
}
],
"page": 1,
"page_size": 20
}
}

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


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