1
0
mirror of synced 2025-12-24 02:57:55 +08:00

#1144 企业微信模块增加通过手机号获取userid的接口

This commit is contained in:
Binary Wang
2019-08-10 17:53:07 +08:00
parent 3a1fae639a
commit 7033b1d5d6
4 changed files with 40 additions and 0 deletions

View File

@@ -112,4 +112,14 @@ public class WxCpUserServiceImplTest {
}
@Test
public void testGetUserId() throws WxErrorException {
String result = this.wxCpService.getUserService().getUserId("xxx");
System.out.println(result);
assertNotNull(result);
}
@Test
public void testGetExternalContact() {
}
}