1
0
mirror of synced 2025-12-28 14:07:58 +08:00

#997 企业微信增加小程序临时登录凭证校验接口

This commit is contained in:
Binary Wang
2019-04-13 21:50:59 +08:00
parent 9d4847df21
commit c2bff929ef
4 changed files with 61 additions and 0 deletions

View File

@@ -28,4 +28,9 @@ public class BaseWxCpServiceImplTest {
assertThat(this.wxService.getAgentJsapiTicket()).isNotEmpty();
assertThat(this.wxService.getAgentJsapiTicket(true)).isNotEmpty();
}
@Test
public void testJsCode2Session() throws WxErrorException {
assertThat(this.wxService.jsCode2Session("111")).isNotNull();
}
}