@WxmpMapper public interface IMenuApi
Modifier and Type | Method and Description |
---|---|
ErrcodeBean |
createMenu(MenuBean menuBean)
创建自定义菜单目录
|
ErrcodeBean |
deleteAllMenu()
删除全部自定义菜单信息
|
CurrentSelfMenuInfoBean |
getCurrentSelfMenuInfo()
获取自定义菜单配置接口
|
MenuWapperBean |
getMenu()
查询自定义菜单目录
|
@WxmpApi(httpMethods=POST, uri="/cgi-bin/menu/create") ErrcodeBean createMenu(MenuBean menuBean)
menuBean
- @WxmpApi(httpMethods=GET, uri="/cgi-bin/menu/get") MenuWapperBean getMenu()
@WxmpApi(httpMethods=GET, uri="/cgi-bin/menu/delete") ErrcodeBean deleteAllMenu()
@WxmpApi(httpMethods=GET, uri="/cgi-bin/get_current_selfmenu_info") CurrentSelfMenuInfoBean getCurrentSelfMenuInfo()
Copyright © 2020. All rights reserved.