Skip to content
New issue

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

WxCpGroupRobotServiceImpl.sendImage webhookUrl 赋值无效 #1994

Closed
xujoy opened this issue Feb 3, 2021 · 2 comments
Closed

WxCpGroupRobotServiceImpl.sendImage webhookUrl 赋值无效 #1994

xujoy opened this issue Feb 3, 2021 · 2 comments

Comments

@xujoy
Copy link

xujoy commented Feb 3, 2021

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()

@xujoy
Copy link
Author

xujoy commented Feb 3, 2021

cp 模块。4.0.0版本

@binarywang
Copy link
Owner

重复 #1985
请关注近期即将发布的新版本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants