1. 首先拿到获得 appId 和 appSecret 2. 拿到 access_token 官方文档 https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/Get_access_token.html 到 这里 进行在线请求 ,输入拿到的appId 和 appSecret 这时候可能会返回ip不允许调用 需要配置下ip白名单 再进行修改菜单接口 官方文档 https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.html 到 这里 在线请求 上面是我创建的,见返回值可以看到已经成功 公众号的菜单也出来了