在请求获取联系客户统计信息接口(https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_user_behavior_data)的时候,提示错误
request body是这样的
{
"userid": [
"LiWen"
],
"partyid": [
6
],
"start_time": 1609430401,
"end_time": 1614614400
}
response body是这样的
{
"errcode": 600018,
"errmsg": "invalid start endtime, hint: [1625714399_205_16865ae4449c42cfb4d7cc76737edcf1], from ip: 124.160.107.10, more info at https://open.work.weixin.qq.com/devtool/query?e=600018",
"behavior_data": []
}
你好,获取联系客户统计接口时间范围是不能超过一个月的,上面请求的是超过两个月