Ejemplo n.º 1
0
 @Test
 public void delete() throws WeixinException {
   JsonResult result = tagApi.deleteTag(3);
   Assert.assertEquals("deleted", result.getDesc());
 }