2324252627282930
@Autowired WxUserService userService; @Test public void testAll() throws WxException { WxUserGetJson userGet = userService.remoteUserGet(accessToken); System.out.println(userGet); }