- 接入必读
- 短链/外链
- 卡片系统
用户可选企微获客链接列表
GET
https://openapi.aifabu.com/v1/chain/getCustomerAssemblyList
1.
2.
请求参数
Query 参数
apikey
string
必需
示例值:
8c1331250ede960fd51ac56a829cc6893ce8c000
page
integer
页码
>= 1
示例值:
1
pageCount
integer
每页数据条数
>= 1
示例值:
20
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.aifabu.com/v1/chain/getCustomerAssemblyList?apikey=8c1331250ede960fd51ac56a829cc6893ce8c000&page&pageCount='
返回响应
🟢200成功
application/json
Body
status
integer
返回的状态码
msg
string
放回的状态信息
result
object
返回的数据
total
integer
总条数
list
array [object {8}]
必需
page
integer
当前页码
pageCount
integer
总页数
示例
{
"status": 1,
"msg": "success",
"result": {
"total": 3,
"list": [
{
"id": 333,
"link_id": "cawcde078e98430000",
"link_name": "企微链接3",
"url": "https://work.weixin.qq.com/ca/cawcde078e9840000?comp_scene=ENCtbbUVjEjt7o9Go&customer_channel=cawcde078e9840000",
"create_time": 1726305850,
"auth_status": "正常",
"use_status": 1,
"use_status_description": "使用中"
},
{
"id": 222,
"link_id": "cawcde4ab6a1100000",
"link_name": "企微链接2",
"url": "https://work.weixin.qq.com/ca/cawcde4ab6a100000?comp_scene=ENCSqpo4w4NC71oH4utZf&customer_channel=cawcde4ab6a100000",
"create_time": 1726209408,
"auth_status": "正常",
"use_status": 1,
"use_status_description": "使用中"
},
{
"id": 111,
"link_id": "cawcdea5baa65f0000",
"link_name": "企微链接1",
"url": "https://work.weixin.qq.com/ca/cawcdea5baa650000?comp_scene=ENCAo6c99dZgdg4&customer_channel=cawcdea5baa650000",
"create_time": 1724653139,
"auth_status": "正常",
"use_status": 1,
"use_status_description": "使用中"
}
],
"page": 1,
"pageCount": 1
}
}