From 5450334e144e0ee5ee0e85f14079307e6c110254 Mon Sep 17 00:00:00 2001 From: Anthony_box Date: Mon, 19 Jun 2017 12:31:12 +0800 Subject: [PATCH 1/2] Event View Char Case Ch --- qywechat.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qywechat.class.php b/qywechat.class.php index 1b63f2c9..e4f1071a 100644 --- a/qywechat.class.php +++ b/qywechat.class.php @@ -33,7 +33,7 @@ class Wechat const EVENT_LOCATION = 'LOCATION'; //上报地理位置 const EVENT_ENTER_AGENT = 'enter_agent'; //用户进入应用 - const EVENT_MENU_VIEW = 'VIEW'; //菜单 - 点击菜单跳转链接 + const EVENT_MENU_VIEW = 'view'; //菜单 - 点击菜单跳转链接 const EVENT_MENU_CLICK = 'CLICK'; //菜单 - 点击菜单拉取消息 const EVENT_MENU_SCAN_PUSH = 'scancode_push'; //菜单 - 扫码推事件(客户端跳URL) const EVENT_MENU_SCAN_WAITMSG = 'scancode_waitmsg'; //菜单 - 扫码推事件(客户端不跳URL) From 90e221f50c3c48684ecd18f71855dce7083ec8c3 Mon Sep 17 00:00:00 2001 From: Anthony_box Date: Mon, 19 Jun 2017 12:36:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qywechat.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qywechat.class.php b/qywechat.class.php index e4f1071a..59354ad5 100644 --- a/qywechat.class.php +++ b/qywechat.class.php @@ -34,7 +34,7 @@ class Wechat const EVENT_ENTER_AGENT = 'enter_agent'; //用户进入应用 const EVENT_MENU_VIEW = 'view'; //菜单 - 点击菜单跳转链接 - const EVENT_MENU_CLICK = 'CLICK'; //菜单 - 点击菜单拉取消息 + const EVENT_MENU_CLICK = 'click'; //菜单 - 点击菜单拉取消息 const EVENT_MENU_SCAN_PUSH = 'scancode_push'; //菜单 - 扫码推事件(客户端跳URL) const EVENT_MENU_SCAN_WAITMSG = 'scancode_waitmsg'; //菜单 - 扫码推事件(客户端不跳URL) const EVENT_MENU_PIC_SYS = 'pic_sysphoto'; //菜单 - 弹出系统拍照发图