Package com.bytedesk.wechat.mp.menu
Class WeChatMpMenuRestService
java.lang.Object
com.bytedesk.wechat.mp.menu.WeChatMpMenuRestService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMenu
(String wxappid, String menuJson) 创建菜单 https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.htmldeleteMenu
(String wxappid) 获取菜单 https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Querying_Custom_Menus.html 实例:wx89711c5fd9910289
-
Field Details
-
restService
-
-
Constructor Details
-
WeChatMpMenuRestService
public WeChatMpMenuRestService()
-
-
Method Details
-
getMenu
获取菜单 https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Querying_Custom_Menus.html 实例:wx89711c5fd9910289 -
createMenu
创建菜单 https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.html -
deleteMenu
-