🎨 #2271 【企业微信】应用消息发送接口返回类增加消息id字段,用于撤回应用消息
This commit is contained in:
@@ -44,7 +44,9 @@ 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