Skip to content

Commit 373aa77

Browse files
authored
🎨 #2271 【企业微信】应用消息发送接口返回类增加消息id字段,用于撤回应用消息
1 parent 9531df8 commit 373aa77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/message/WxCpMessageSendResult.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ public static WxCpMessageSendResult fromJson(String json) {
4444

4545
@SerializedName("invalidtag")
4646
private String invalidTag;
47-
47+
48+
@SerializedName("msgid")
49+
private String msgId;
4850

4951
public List<String> getInvalidUserList() {
5052
return this.content2List(this.invalidUser);

0 commit comments

Comments
 (0)