We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9531df8 commit 373aa77Copy full SHA for 373aa77
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/message/WxCpMessageSendResult.java
@@ -44,7 +44,9 @@ public static WxCpMessageSendResult fromJson(String json) {
44
45
@SerializedName("invalidtag")
46
private String invalidTag;
47
-
+
48
+ @SerializedName("msgid")
49
+ private String msgId;
50
51
public List<String> getInvalidUserList() {
52
return this.content2List(this.invalidUser);
0 commit comments