交友房开始推送消息

This commit is contained in:
2025-08-21 11:15:53 +08:00
parent 4079dc9585
commit 4ccdd76aa3
2 changed files with 6 additions and 2 deletions

View File

@@ -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);
}
}