简要描述:
- 企业员工群统计信息
请求URL:
GET/plugin.group-develop-user.frontend.index.employee-summary
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"member": {
"uid": 2662,
"nickname": "15000245941",
"avatar_image": "http://localhost:82/addons/yun_shop/static/images/photo-mr.jpg"
},
"total_chats_count": 2,
"total_user_count": 5,
"total_distinct_user_count": 5,
"total_ingroup_user_count": 5,
"total_distinct_ingroup_user_count": 5
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 | |
---|---|---|---|
member | obj | 会员信息 | |
member-> uid | int | 会员uid | |
member-> nickname | string | 会员昵称 | |
member-> avatar_image | string | 会员头像 | |
total_chats_count | int | 创建群总数 | |
total_user_count | int | 群客户总数 | |
total_distinct_user_count | int | 群客户总数去重 | |
total_ingroup_user_count | int | 在群总人数 | |
total_distinct_ingroup_user_count | int | 在群总人数去重 |