示例#1
0
 @Test
 public void testGetUserInfo() throws Exception {
   String uuid = StringUtils.getCurretUUId(request);
   result = controller.getUserInfo(request, response);
 }