This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
WxConsts增加微信推送摇一摇事件通知ShakearoundUserShake事件常量
#220
master
Binary Wang
7 years ago
parent
ba87eebf65
commit
951913b493
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxConsts.java
+ 5
- 0
weixin-java-common/src/main/java/me/chanjar/weixin/common/api/WxConsts.java
View File
@@ -146,6 +146,11 @@ public class WxConsts {
*/
public static final String EVT_VERIFY_EXPIRED = "verify_expired";
/**
* 微信摇一摇周边>>摇一摇事件通知
*/
public static final String EVT_SHAKEAROUND_USER_SHAKE = "ShakearoundUserShake";
///////////////////////
// 上传多媒体文件的类型
///////////////////////
Write
Preview
Loading…
Cancel
Save