Class WeChatMpMenuRestService

java.lang.Object
com.bytedesk.wechat.mp.menu.WeChatMpMenuRestService

@Service public class WeChatMpMenuRestService extends Object
  • Field Details

  • Constructor Details

    • WeChatMpMenuRestService

      public WeChatMpMenuRestService()
  • Method Details

    • getMenu

      public String getMenu(String wxappid)
      获取菜单 https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Querying_Custom_Menus.html 实例:wx89711c5fd9910289
    • createMenu

      public String createMenu(String wxappid, String menuJson)
      创建菜单 https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.html
    • deleteMenu

      public String deleteMenu(String wxappid)