Ejemplo n.º 1
0
 @Test
 public void update() throws WeixinException {
   JsonResult result = tagApi.updateTag(new Tag(1, "coder456"));
   Assert.assertEquals("updated", result.getDesc());
 }