请求URL:

?是填写菜单的前缀

全部客户菜单的前缀 AllCustomer

公海客户菜单的前缀 PublicCustomer

我的客户菜单的前缀 MyCustomer

部门客户菜单的前缀 DepartmentCustomer

POST/?/groupRelationList

参数:

参数名 是否必须 类型 说明
customer_id int 客户id

返回示例:

正确时返回:

  {
    "result": 1,
    "msg": "成功",
    "data": [
        {
            "group_name": "群拓客测试",
            "created_at": "2021-06-18 14:53:56",
            "member_count": 13,
            "owner_name": "测试员工1",
            "join_time": "2022-02-14 17:55:45",
            "id": 1,
            "chat_id": "bbbbbbbbbbbbbbbbbbb"
        },
        {
            "group_name": "顶顶顶群拓客",
            "created_at": "2021-06-18 14:53:56",
            "member_count": 17,
            "owner_name": "创始人",
            "join_time": "2021-06-17 17:49:50",
            "id": 2,
            "chat_id": "aaaaaaaaaaaaaaaaaaaaaa"
        }
    ]
}

返回参数说明:

参数名 类型 说明
group_name string 群名称
created_at string 创建时间
owner_name string 创建人名称
join_time string 加入时间
chat_id string 群id
member_count string 群人数