getInfo()); } /** * 设置菜单 * @return Response * @throws InvalidConfigException * @throws GuzzleException */ public function edit() { $wechat_menu_service = new WechatMenuService(); $data = $this->request->params([ ['button', []] ]); $wechat_menu_service->edit($data['button']); return success('EDIT_SUCCESS'); } }