mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
修复删除个性化菜单的接口 #127
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user