String urlMoth="https://qyapi.weixin.qq.com/cgi-bin/checkin/getcheckin_monthdata?access_token="+access_token+"";
JSONObject bodyMoth = new JSONObject();
bodyMoth.set("starttime", timestamp2);
bodyMoth.set("endtime", timestamp1);
bodyMoth.set("useridlist", resultArray);
String postContactsMoth = HttpUtil.post(urlMoth,bodyMoth);
System.out.println("postContactsMoth响应: {}"+postContactsMoth);
你好,企业微信相关问题请到企业微信社区咨询:https://developer.work.weixin.qq.com/community/question