1:修改交友房出现嘉宾会闭麦的情况
This commit is contained in:
@@ -227,6 +227,15 @@ public class InputView extends LinearLayout implements View.OnClickListener, Tex
|
||||
public class userInd{
|
||||
private int is_can_chat;//是否可以私聊,1:可以,0:不可以
|
||||
private int can_chat_money;//需要充值的金额
|
||||
private int userId;
|
||||
|
||||
public int getUserId() {
|
||||
return userId;
|
||||
}
|
||||
|
||||
public void setUserId(int userId) {
|
||||
this.userId = userId;
|
||||
}
|
||||
|
||||
public int getIs_can_chat() {
|
||||
return is_can_chat;
|
||||
|
||||
Reference in New Issue
Block a user