mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 01:18:36 +08:00
🎨 #2271 【企业微信】应用消息发送接口返回类增加消息id字段,用于撤回应用消息
This commit is contained in:
@ -45,6 +45,8 @@ public class WxCpMessageSendResult implements Serializable {
|
|||||||
@SerializedName("invalidtag")
|
@SerializedName("invalidtag")
|
||||||
private String invalidTag;
|
private String invalidTag;
|
||||||
|
|
||||||
|
@SerializedName("msgid")
|
||||||
|
private String msgId;
|
||||||
|
|
||||||
public List<String> getInvalidUserList() {
|
public List<String> getInvalidUserList() {
|
||||||
return this.content2List(this.invalidUser);
|
return this.content2List(this.invalidUser);
|
||||||
|
|||||||
Reference in New Issue
Block a user