diff --git a/qywechat.class.php b/qywechat.class.php index 1b63f2c..59354ad 100644 --- a/qywechat.class.php +++ b/qywechat.class.php @@ -33,8 +33,8 @@ class Wechat const EVENT_LOCATION = 'LOCATION'; //上报地理位置 const EVENT_ENTER_AGENT = 'enter_agent'; //用户进入应用 - const EVENT_MENU_VIEW = 'VIEW'; //菜单 - 点击菜单跳转链接 - const EVENT_MENU_CLICK = 'CLICK'; //菜单 - 点击菜单拉取消息 + 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) const EVENT_MENU_PIC_SYS = 'pic_sysphoto'; //菜单 - 弹出系统拍照发图