change name: matchrule to matchRule

This commit is contained in:
Tianmu
2015-12-22 10:45:15 +08:00
parent 8d87609c0b
commit 6b522da559
3 changed files with 9 additions and 9 deletions

View File

@@ -230,7 +230,7 @@ public class WxMpServiceImpl implements WxMpService {
}
public void menuCreate(WxMenu menu) throws WxErrorException {
if (menu.getMatchrule() != null) {
if (menu.getMatchRule() != null) {
String url = "https://api.weixin.qq.com/cgi-bin/menu/addconditional";
execute(new SimplePostRequestExecutor(), url, menu.toJson());
} else {