1
0
mirror of synced 2025-12-21 08:30:11 +08:00

修复删除个性化菜单的接口 #127

This commit is contained in:
Binary Wang
2017-01-17 12:11:15 +08:00
parent 69aaa74eef
commit 41d596654c
3 changed files with 16 additions and 8 deletions

View File

@@ -100,6 +100,12 @@ public class WxMpMenuServiceImplTest {
this.wxService.getMenuService().menuDelete();
}
@Test
public void testDeleteConditionalMenu() throws WxErrorException {
String menuId = "123";
this.wxService.getMenuService().menuDelete(menuId);
}
@DataProvider(name="menu")
public Object[][] getMenu() {
WxMenu menu = new WxMenu();