?是填写菜单的前缀
全部客户菜单的前缀 AllCustomer
公海客户菜单的前缀 PublicCustomer
我的客户菜单的前缀 MyCustomer
部门客户菜单的前缀 DepartmentCustomer
请求URL:
POST/?/groupRelationDetails
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
chat_id | 是 | string | 群聊id |
keyword | 否 | string | 关键字 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": [
{
"name": "13*******76",
"avatar": "http://yzhonshop.com/static/upload/image/4d9f2c71100ace0b46a11bc5dbb0327d.jpg",
"join_time": "2022-02-14 17:55:45",
"id": 183
},
{
"name": "朱家伟",
"avatar": "https://wework.qpic.cn/wwpic/360702_Q2-PIvfYSiWwX6Y_1655323375/0",
"join_time": "2022-07-08 10:56:12",
"id": 333
}
]
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
name | string | 名称 |
avatar | string | 头像 |
join_time | string | 加入时间 |