Skip to content

Commit

Permalink
binarywang#1720 新增微信群机器人消息发送api单元测试配置、新增属性webhook配置
Browse files Browse the repository at this point in the history
  • Loading branch information
yang ran committed Aug 21, 2020
1 parent 50bb96b commit 634e352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions weixin-java-cp/src/test/resources/test-config.sample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
<departmentId>企业号通讯录的某个部门id</departmentId>
<tagId>企业号通讯录里的某个tagid</tagId>
<oauth2redirectUri>网页授权获取用户信息回调地址</oauth2redirectUri>
<webhookKey>webhook链接地址的key值</webhookKey>
</xml>
1 change: 1 addition & 0 deletions weixin-java-cp/src/test/resources/testng.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<class name="me.chanjar.weixin.cp.api.WxCpBaseAPITest"/>
<class name="me.chanjar.weixin.cp.api.WxCpMessageAPITest"/>
<class name="me.chanjar.weixin.cp.api.WxCpMessageRouterTest"/>
<class name="me.chanjar.weixin.cp.api.WxCpGroupRobotServiceTest"/>
</classes>
</test>

Expand Down

0 comments on commit 634e352

Please sign in to comment.