示例#1
0
 @Test
 public void testGetCallPhone() throws Exception {
   String uuid = StringUtils.getCurretUUId(request);
   result = controller.getCallPhone(request, response);
   Assert.isTrue("ok".equalsIgnoreCase(result.getCode()));
 }