收藏
回答

调用微信接口发送消息报40008?

params.put("touser",toUser);//数组,内容读取配置
params.put("msgtype","text");
params.put("text",entity.getContent());

String response = HttpUtil.post(url, JSONUtil.toJsonStr(params));

\"errcode\":40008,\"errmsg\":\"invalid message type rid: 63719658-2d8ef270-1d8f4bc5\"}https://api.weixin.qq.com/cgi-bin/message/mass/send?access_token=

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容