1
0
mirror of synced 2025-12-22 18:08:12 +08:00

issue #1 添加分组管理接口-创建分组接口

This commit is contained in:
Daniel Qian
2014-08-25 17:19:27 +08:00
parent 5ddce62556
commit f57a0e4c87
17 changed files with 204 additions and 52 deletions

View File

@@ -18,7 +18,7 @@ import chanjarster.weixin.exception.WxErrorException;
* @author chanjarster
*
*/
@Test(dependsOnGroups="baseAPI")
@Test(groups="menuAPI", dependsOnGroups="baseAPI")
@Guice(modules = ApiTestModule.class)
public class WxMenuAPITest {