From d2ad14494b4361e46dcf3047697669f6c9edf63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Tue, 10 Feb 2015 23:39:47 +0800 Subject: [PATCH] =?UTF-8?q?Created=20=E8=87=AA=E5=AE=9A=E4=B9=89=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 自定义菜单.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 自定义菜单.md diff --git a/自定义菜单.md b/自定义菜单.md new file mode 100644 index 0000000..8c02fb2 --- /dev/null +++ b/自定义菜单.md @@ -0,0 +1,9 @@ + ```php + $wechat->menu; + ``` + ++ `$menu->get();` 读取菜单 ++ `$menu->set($menus);` 设置菜单 ++ `$menu->delete();` 删除菜单 + +> 待补充... \ No newline at end of file