mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-27 20:14:52 +08:00
🎨 #2271 【企业微信】应用消息发送接口返回类增加消息id字段,用于撤回应用消息
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user