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

修复menuTryMatch方法,请求方式由get变更为post,#125

This commit is contained in:
Binary Wang
2017-01-16 18:12:08 +08:00
parent e97c15b6ce
commit 69aaa74eef
2 changed files with 6 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ public class WxMpMenuServiceImplTest {
@Test
public void testMenuTryMatch() throws Exception {
//TODO
WxMenu menu = this.wxService.getMenuService().menuTryMatch("...");
System.out.println(menu);
}
@Test