获取「联系客户统计」数据接口,在传参有多个用户(或部门时),返回值如何区分?
文档地址 https://developer.work.weixin.qq.com/document/path/92132 {
"partyid":
[
1001,
1002
],
"start_time":1536508800,
"end_time":1536595200
}
返回值 {
"errcode": 0,
"errmsg": "ok",
"behavior_data": [
{
"stat_time": 1655740800,
"chat_cnt": 64,
"message_cnt": 230,
"reply_percentage": 47,
"avg_reply_time": 63,
"negative_feedback_cnt": 57,
"new_apply_cnt": 988,
"new_contact_cnt": 67
},
{
"stat_time": 1655827200,
"chat_cnt": 0,
"message_cnt": 0,
"negative_feedback_cnt": 0,
"new_apply_cnt": 0,
"new_contact_cnt": 0
}
]
}
我如何区分 behavior_data 数组中的元素和哪个部门对应 传userid同理