交友结束 部分逻辑修改

This commit is contained in:
2026-01-03 10:55:49 +08:00
parent 78c06adaf8
commit 632527da5c
2 changed files with 19 additions and 9 deletions

View File

@@ -1936,7 +1936,7 @@ class Room extends Model
$text = [
'userCharmList' => $room_pit,
];
model('Chat')->sendMsg(1019,$room_id,$text);
model('Chat')->sendMsg(1019,$room_id,$text);//K歌房送礼后魅力变化 排序变化
}
}
return $res;