🎨 #2271 【企业微信】应用消息发送接口返回类增加消息id字段,用于撤回应用消息

This commit is contained in:
ifhelen
2021-08-23 22:12:11 +08:00
committed by GitHub
parent 9531df8067
commit 373aa777c7

View File

@ -44,7 +44,9 @@ public class WxCpMessageSendResult implements Serializable {
@SerializedName("invalidtag")
private String invalidTag;
@SerializedName("msgid")
private String msgId;
public List<String> getInvalidUserList() {
return this.content2List(this.invalidUser);