mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-17 05:48:12 +08:00
✨ #1230 企业微信增加第三方应用获取服务商凭证凭证的接口
This commit is contained in:
@@ -33,4 +33,9 @@ public class BaseWxCpServiceImplTest {
|
||||
public void testJsCode2Session() throws WxErrorException {
|
||||
assertThat(this.wxService.jsCode2Session("111")).isNotNull();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetProviderToken() throws WxErrorException {
|
||||
assertThat(this.wxService.getProviderToken("111","123")).isNotNull();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user