Ejemplo n.º 1
0
 @Test
 public void create() throws WeixinException {
   int tagId = tagApi.createTag(new Tag("coder"));
   Assert.assertTrue(tagId > 0);
 }