| 程序包 | 说明 |
|---|---|
| cn.ipokerface.weixin.mp.model.menu | |
| cn.ipokerface.weixin.mp.proxy |
| 限定符和类型 | 方法和说明 |
|---|---|
MenuMatchRule |
MenuMatchRule.city(String city)
城市信息,是用户在微信中设置的地区
country、province、city组成地区信息,将按照country、province、city的顺序进行验证,要符合地区信息表的内容。
|
MenuMatchRule |
MenuMatchRule.country(String country)
国家信息,是用户在微信中设置的地区
country、province、city组成地区信息,将按照country、province、city的顺序进行验证
,要符合地区信息表的内容。
|
MenuMatchRule |
MenuMatchRule.gender(Gender gender) |
MenuMatchRule |
Menu.getMatchRule() |
MenuMatchRule |
MenuMatchRule.group(int tagId) |
MenuMatchRule |
MenuMatchRule.language(Lang language) |
MenuMatchRule |
MenuMatchRule.platform(ClientPlatformType platformType) |
MenuMatchRule |
MenuMatchRule.province(String province)
省份信息,是用户在微信中设置的地区
country、province、city组成地区信息,将按照country、province、city的顺序进行验证,要符合地区信息表的内容。
|
| 构造器和说明 |
|---|
Menu(String menuId,
List<Button> buttons,
MenuMatchRule matchRule) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
MenuProxy.createCustomMenu(List<Button> buttons,
MenuMatchRule matchRule)
创建个性化菜单
|
String |
WeixinMPlatformProxy.createCustomMenu(List<Button> buttons,
MenuMatchRule matchRule)
创建个性化菜单
|
Copyright © 2020. All rights reserved.