We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public enum EventType { subscribe, //关注 unsubscribe, //取消关注 /** 创建菜单使用 */ click, CLICK, //点击 /** 创建菜单使用 */ view, VIEW, //跳转链接 SCAN, //扫描 LOCATION, //上报地理位置 TEMPLATESENDJOBFINISH, //模板消息发送成功之后事件 scancode_push, //扫码推事件 scancode_waitmsg, //扫码推事件且弹出“消息接收中”提示框的事件 pic_sysphoto, //弹出系统拍照发图的事件 pic_photo_or_album, //弹出拍照或者相册发图的事件 pic_weixin, //弹出微信相册发图器的事件 location_select, //弹出地理位置选择器的事件 media_id, //下发消息(除文本消息) view_limited, //跳转图文消息URL kf_create_session, //接入会话 kf_close_session, //关闭会话 kf_switch_session, //转接会话 }
EventType枚举类中的枚举名称存在大小写混用的情况,不利于代码规范,建议统一大小写问题。感谢!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
EventType枚举类中的枚举名称存在大小写混用的情况,不利于代码规范,建议统一大小写问题。感谢!
The text was updated successfully, but these errors were encountered: