コード例 #1
0
ファイル: TagTest.java プロジェクト: huayuxian/weixin4j
 @Test
 public void update() throws WeixinException {
   JsonResult result = tagApi.updateTag(new Tag(1, "coder456"));
   Assert.assertEquals("updated", result.getDesc());
 }