1058 处理
This commit is contained in:
@@ -53,7 +53,7 @@ class RoomPan
|
|||||||
$text['text'] = '离开';
|
$text['text'] = '离开';
|
||||||
$text['user_id'] = $value['user_id'];
|
$text['user_id'] = $value['user_id'];
|
||||||
$text['type'] = 2;
|
$text['type'] = 2;
|
||||||
model('api/Chat')->sendMsg(1058,$is_online['room_id'],$text);
|
model('api/Chat')->sendMsg(1058,$value['room_id'],$text);
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
if($is_online['is_online'] == 1){//之前就是在线
|
if($is_online['is_online'] == 1){//之前就是在线
|
||||||
@@ -64,7 +64,7 @@ class RoomPan
|
|||||||
$text['text'] = '回到房间';
|
$text['text'] = '回到房间';
|
||||||
$text['user_id'] = $value['user_id'];
|
$text['user_id'] = $value['user_id'];
|
||||||
$text['type'] = 1;
|
$text['type'] = 1;
|
||||||
model('api/Chat')->sendMsg(1058,$is_online['room_id'],$text);
|
model('api/Chat')->sendMsg(1058,$value['room_id'],$text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user