Skip to content

Commit c702f78

Browse files
大林哥binarywang
authored andcommitted
🎨【企业微信】微信客服事件消息增加撤回消息msgId字段
1 parent 0721b01 commit c702f78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/kf/msg/WxCpKfEventMsg.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ public class WxCpKfEventMsg {
3838
private Integer changeType;
3939
@SerializedName("msg_code")
4040
private String msgCode;
41+
@SerializedName("recall_msgid")
42+
private String recallMsgId;
4143
}

0 commit comments

Comments
 (0)