mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨【企业微信】微信客服事件消息增加撤回消息msgId字段
This commit is contained in:
parent
0721b01cdb
commit
c702f787f7
@ -38,4 +38,6 @@ public class WxCpKfEventMsg {
|
|||||||
private Integer changeType;
|
private Integer changeType;
|
||||||
@SerializedName("msg_code")
|
@SerializedName("msg_code")
|
||||||
private String msgCode;
|
private String msgCode;
|
||||||
|
@SerializedName("recall_msgid")
|
||||||
|
private String recallMsgId;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user