From a5ea49236bf9d5250fb91ab7076f61b69b0022a9 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 11 May 2018 16:50:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E6=B8=85=E7=90=86=E6=97=A0?= =?UTF-8?q?=E6=95=88=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WeChat/Menu.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/WeChat/Menu.php b/WeChat/Menu.php index 8e8fe4e..c006a8e 100644 --- a/WeChat/Menu.php +++ b/WeChat/Menu.php @@ -59,9 +59,6 @@ class Menu extends BasicWeChat */ public function create(array $data) { - try { - } catch (\Exception $e) { - } $url = "https://api.weixin.qq.com/cgi-bin/menu/create?access_token=ACCESS_TOKEN"; $this->registerApi($url, __FUNCTION__, func_get_args()); return $this->httpPostForJson($url, $data);