Skip to content

Commit 9858b60

Browse files
committed
deprecated output channelinfo status field
1 parent 05476bb commit 9858b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/cn/wildfirechat/pojos/OutputGetChannelInfo.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class OutputGetChannelInfo {
2020
private String owner;
2121
private int state;
2222
//此字段已经废弃,为了兼容旧的SDK版本,以后会移除
23+
@Deprecated()
2324
private int status;
2425
private long updateDt;
2526
private String callback;

0 commit comments

Comments
 (0)