交友房开始推送消息
This commit is contained in:
@@ -346,7 +346,7 @@ class Friend extends Model
|
||||
//推送给前端消息
|
||||
$text['text'] = '心动值变化通知';
|
||||
$text['list'] = $heart;
|
||||
model('api/Chat')->sendMsg(5061,$room_id,$text);
|
||||
model('api/Chat')->sendMsg(1054,$room_id,$text);
|
||||
}
|
||||
|
||||
// 获取心跳值排行
|
||||
@@ -634,7 +634,7 @@ class Friend extends Model
|
||||
//推送给前端消息
|
||||
$text['text'] = '房间换麦位';
|
||||
$text['list'] = $data_users;
|
||||
model('api/Chat')->sendMsg(5062,$room_id,$text);
|
||||
model('api/Chat')->sendMsg(1053,$room_id,$text);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user