Skip to content

Commit 2c218d8

Browse files
committed
issue #80 增加用户进入应用的callback事件
1 parent 10f841c commit 2c218d8

File tree

1 file changed

+1
-0
lines changed
  • weixin-java-common/src/main/java/me/chanjar/weixin/common/api

1 file changed

+1
-0
lines changed

weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxConsts.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public class WxConsts {
8989
public static final String EVT_PIC_WEIXIN = "pic_weixin";
9090
public static final String EVT_LOCATION_SELECT = "location_select";
9191
public static final String EVT_TEMPLATESENDJOBFINISH = "TEMPLATESENDJOBFINISH";
92+
public static final String EVT_ENTER_AGENT = "enter_agent";
9293

9394
///////////////////////
9495
// 上传多媒体文件的类型

0 commit comments

Comments
 (0)