✨ #1144 企业微信模块增加通过手机号获取userid的接口
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user