FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

企业微信机器人webhookUrl地址问题 · Issue #1985 · binarywang/WxJava · GitHub

企业微信机器人webhookUrl地址问题 #1985

Description

简要描述

企业微信机器人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地址:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL