🎨【企业微信】微信客服事件消息增加撤回消息msgId字段

This commit is contained in:
大林哥 2022-11-16 13:54:06 +00:00 committed by binarywang
parent 0721b01cdb
commit c702f787f7

View File

@ -38,4 +38,6 @@ public class WxCpKfEventMsg {
private Integer changeType;
@SerializedName("msg_code")
private String msgCode;
@SerializedName("recall_msgid")
private String recallMsgId;
}