mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +08:00 
			
		
		
		
	#1297 企业外部联系人客户变更事件新增 ChangeType 常量
This commit is contained in:
		| @ -109,6 +109,15 @@ public class WxCpConsts { | |||||||
|      * 删除外部联系人 |      * 删除外部联系人 | ||||||
|      */ |      */ | ||||||
|     public static final String DEL_EXTERNAL_CONTACT = "del_external_contact"; |     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"; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   /** |   /** | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 lsw
					lsw