From 9858b6060cc6021f968e178804f5c6e6c5865a26 Mon Sep 17 00:00:00 2001 From: heavyrain2012 Date: Mon, 6 Dec 2021 09:16:02 +0800 Subject: [PATCH] deprecated output channelinfo status field --- .../main/java/cn/wildfirechat/pojos/OutputGetChannelInfo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/main/java/cn/wildfirechat/pojos/OutputGetChannelInfo.java b/common/src/main/java/cn/wildfirechat/pojos/OutputGetChannelInfo.java index 9fb2f8bb3..961fb4bb9 100755 --- a/common/src/main/java/cn/wildfirechat/pojos/OutputGetChannelInfo.java +++ b/common/src/main/java/cn/wildfirechat/pojos/OutputGetChannelInfo.java @@ -20,6 +20,7 @@ public class OutputGetChannelInfo { private String owner; private int state; //此字段已经废弃,为了兼容旧的SDK版本,以后会移除 + @Deprecated() private int status; private long updateDt; private String callback;