用户可选企微获客链接列表
GET
/v1/chain/getCustomerAssemblyList?apikey=8c1331250ede960fd51ac56a829cc6893ce8c000:::highlight yellow 💡
- 调用次数限制:3000次/天;
- 调用频率限制为:5次/秒;
:::
请求参数
Query 参数
apikey
string
必需
接口调用令牌ApiKey
示例值:
8c1331250ede960fd51ac56a829cc6893ce8c000
page
integer
页码
>= 1
示例值:
1
pageCount
integer
每页数据条数
>= 1
示例值:
20
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
integer
返回的状态码
code为1代表接口处理成功
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
}
}
最后修改时间: 4 个月前