Binary Wang
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/constant/WxCpConsts.java
|
|
@@ -109,6 +109,15 @@ public class WxCpConsts { |
|
|
|
* 删除外部联系人 |
|
|
|
*/ |
|
|
|
public static final String DEL_EXTERNAL_CONTACT = "del_external_contact"; |
|
|
|
|
|
|
|
/** |
|
|
|
* 外部联系人免验证添加成员事件 |
|
|
|
*/ |
|
|
|
public static final String ADD_HALF_EXTERNAL_CONTACT = "add_half_external_contact"; |
|
|
|
/** |
|
|
|
* 删除跟进成员事件 |
|
|
|
*/ |
|
|
|
public static final String DEL_FOLLOW_USER = "del_follow_user"; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|