Skip to content

Commit

Permalink
deprecated output channelinfo status field
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrain2012 committed Dec 6, 2021
1 parent 05476bb commit 9858b60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class OutputGetChannelInfo {
private String owner;
private int state;
//此字段已经废弃,为了兼容旧的SDK版本,以后会移除
@Deprecated()
private int status;
private long updateDt;
private String callback;
Expand Down

0 comments on commit 9858b60

Please sign in to comment.