1
0
mirror of synced 2025-12-20 15:48:01 +08:00

🆕 #2455 【小程序】增加新的获取手机号的接口

This commit is contained in:
hb0730
2021-12-28 18:01:22 +08:00
committed by GitHub
parent 7101c22899
commit 94ad8169fa
4 changed files with 36 additions and 4 deletions

View File

@@ -71,4 +71,9 @@ public class WxMaUserServiceImplTest {
this.wxService.getUserService().setUserStorage(ImmutableMap.of("1","2"),
"r7BXXKkLb8qrSNn05n0qiA",((TestConfig)this.wxService.getWxMaConfig()).getOpenid());
}
@Test
public void testGetNewPhoneNoInfo() throws Exception{
assertNotNull(wxService.getUserService().getNewPhoneNoInfo("test"));
}
}