开发文档:http://qydev.weixin.qq.com/wiki/index.php?title=%E5%8F%91%E9%80%81%E6%8E%A5%E5%8F%A3%E8%AF%B4%E6%98%8E
这时我已经获取到了token,但是发送消息不知到怎么发,发送接口说明 里面只需要token,但是总是返回
{"errcode":41011,"errmsg":"missing agentid"}
agentid如果是应用ID的话 我携带上为什么还是返回一样的呢?
Map<String, String> params = new HashMap<String, String>();
params.put("access_token", access_token);
params.put("agentid", "0");
String value2 =HttpClient.post("https://qyapi.weixin.qq.com/cgi-bin/message/send", params);
System.out.println(value2);
求大神帮助....
agentID不是字符串呀,,,,,int类型