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
企业微信机器人webhookUrl地址无法在调用接口中设置,WxCpGroupRobotServiceImpl
@OverRide public void sendNews(String webhookUrl, List articleList) throws WxErrorException { this.cpService.postWithoutToken(this.getWebhookUrl(), new WxCpGroupRobotMessage() .setMsgType(GroupRobotMsgType.NEWS) .setArticles(articleList).toJson()); }
无法在接口中设置url地址:
The text was updated successfully, but these errors were encountered:
另外咨询下,如果我想用机器人发送一个不带picurl的news消息应该怎么处理?picurl设置为null的话不行。
Sorry, something went wrong.
顶楼提到的确实是疏忽导致,会稍后修复的
不行的意思是什么?
🐛 #1985 【企业微信】修复群机器人发送消息的部分错误代码
f40547a
No branches or pull requests
简要描述
企业微信机器人webhookUrl地址无法在调用接口中设置,WxCpGroupRobotServiceImpl
模块版本情况
详细描述
@OverRide
public void sendNews(String webhookUrl, List articleList) throws WxErrorException {
this.cpService.postWithoutToken(this.getWebhookUrl(), new WxCpGroupRobotMessage()
.setMsgType(GroupRobotMsgType.NEWS)
.setArticles(articleList).toJson());
}
日志
无法在接口中设置url地址:
The text was updated successfully, but these errors were encountered: