#1230 企业微信增加第三方应用获取服务商凭证凭证的接口

This commit is contained in:
Binary Wang
2019-11-02 21:36:01 +08:00
parent 4ff65a0ccb
commit bd1cf2d8c3
5 changed files with 72 additions and 4 deletions

View File

@@ -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();
}
}