public class WxMpMenuServiceImpl extends Object implements WxMpMenuService
| 构造器和说明 |
|---|
WxMpMenuServiceImpl(WxMpService wxMpService) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
menuCreate(WxMenu menu)
自定义菜单创建接口
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
void |
menuDelete()
自定义菜单删除接口
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
void |
menuDelete(String menuid)
删除个性化菜单接口
详情请见: http://mp.weixin.qq.com/wiki/0/c48ccd12b69ae023159b4bfaa7c39c20.html
|
WxMenu |
menuGet()
自定义菜单查询接口
详情请见: http://mp.weixin.qq.com/wiki/index.php?
|
WxMenu |
menuTryMatch(String userid)
测试个性化菜单匹配结果
详情请见: http://mp.weixin.qq.com/wiki/0/c48ccd12b69ae023159b4bfaa7c39c20.html
|
public WxMpMenuServiceImpl(WxMpService wxMpService)
public void menuCreate(WxMenu menu) throws WxErrorException
WxMpMenuService自定义菜单创建接口 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=自定义菜单创建接口 如果要创建个性化菜单,请设置matchrule属性 详情请见:http://mp.weixin.qq.com/wiki/0/c48ccd12b69ae023159b4bfaa7c39c20.html
menuCreate 在接口中 WxMpMenuServiceWxErrorExceptionpublic void menuDelete()
throws WxErrorException
WxMpMenuService自定义菜单删除接口 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=自定义菜单删除接口
menuDelete 在接口中 WxMpMenuServiceWxErrorExceptionpublic void menuDelete(String menuid) throws WxErrorException
WxMpMenuService删除个性化菜单接口 详情请见: http://mp.weixin.qq.com/wiki/0/c48ccd12b69ae023159b4bfaa7c39c20.html
menuDelete 在接口中 WxMpMenuServiceWxErrorExceptionpublic WxMenu menuGet() throws WxErrorException
WxMpMenuService自定义菜单查询接口 详情请见: http://mp.weixin.qq.com/wiki/index.php?title=自定义菜单查询接口
menuGet 在接口中 WxMpMenuServiceWxErrorExceptionpublic WxMenu menuTryMatch(String userid) throws WxErrorException
WxMpMenuService测试个性化菜单匹配结果 详情请见: http://mp.weixin.qq.com/wiki/0/c48ccd12b69ae023159b4bfaa7c39c20.html
menuTryMatch 在接口中 WxMpMenuServiceuserid - 可以是粉丝的OpenID,也可以是粉丝的微信号。WxErrorExceptionCopyright © 2016. All rights reserved.