8000 企业微信机器人webhookUrl地址问题 · Issue #1985 · binarywang/WxJava · GitHub
[go: up one dir, main page]

Skip to content
企业微信机器人webhookUrl地址问题 #1985
Closed
@adogcode

Description

@adogcode

简要描述

企业微信机器人webhookUrl地址无法在调用接口中设置,WxCpGroupRobotServiceImpl

模块版本情况

  • WxJava 模块名: weixin-java-cp
  • WxJava 版本号:4.0.0

详细描述

@OverRide
public void sendNews(String webhookUrl, List articleList) throws WxErrorException {
this.cpService.postWithoutToken(this.getWebhookUrl(), new WxCpGroupRobotMessage()
.setMsgType(GroupRobotMsgType.NEWS)
.setArticles(articleList).toJson());
}

日志

无法在接口中设置url地址:
image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0