We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl 类
@OverRide public void sendImage(String webhookUrl, String base64, String md5) throws WxErrorException { this.cpService.postWithoutToken(this.getWebhookUrl(), new WxCpGroupRobotMessage() .setMsgType(GroupRobotMsgType.IMAGE) .setBase64(base64) .setMd5(md5).toJson()); }
参数 webhookUrl 没有使用,实际使用的this.getWebhookUrl()
The text was updated successfully, but these errors were encountered:
cp 模块。4.0.0版本
Sorry, something went wrong.
重复 #1985 请关注近期即将发布的新版本
No branches or pull requests
me.chanjar.weixin.cp.api.impl.WxCpGroupRobotServiceImpl 类
@OverRide
public void sendImage(String webhookUrl, String base64, String md5) throws WxErrorException {
this.cpService.postWithoutToken(this.getWebhookUrl(), new WxCpGroupRobotMessage()
.setMsgType(GroupRobotMsgType.IMAGE)
.setBase64(base64)
.setMd5(md5).toJson());
}
参数 webhookUrl 没有使用,实际使用的this.getWebhookUrl()
The text was updated successfully, but these errors were encountered: