我在微信API网页调试工具上调用打卡数据,没问题
但写Java程序调用,却报userlist is over threshold, hint: [1596184505_59_aab6dc08d82595382ee41879167f64f2], token都是一抹一眼的,userID也肯定存在,传的参数也都一模一样,但为什么返回不同的结果?
这是Java程序,token的截图没截全
但返回的结果
Warning: wrong json format. userlist is over threshold, hint: [1596184505_59_aab6dc08d82595382ee41879167f64f2], from ip: 123.127.237.43, more info at https://open.work.weixin.qq.com/devtool/query?e=301023
您好,根据提供的hint看日志是请求的整个参数都是空的,req {} 可以先检查下代码传值这些看看
同样问题,调试工具可以,但是代码就报userlist is over threshold,以前传递列表参数都是“xx|xx|xx|xx”这类格式,现在换成字符串数组就game over了,客服也不回。
body参数不对
{
"opencheckindatatype": 2,
"starttime": 1651334400,
"endtime": 1653926400,
"useridlist": ["zhangtingting"]
}
解决了吗如何处理?我也遇到这个问题