进入房间 子进程发送特效

This commit is contained in:
2025-12-03 10:58:51 +08:00
parent ca511768f3
commit 3a202fb50f

View File

@@ -902,6 +902,7 @@ class Room extends Model
// 子进程,延迟推送消息 // 子进程,延迟推送消息
sleep(1); sleep(1);
model('api/Chat')->sendMsg(1080, $room_id, $ttex); model('api/Chat')->sendMsg(1080, $room_id, $ttex);
sleep(1);
exit(0); // 子进程结束 exit(0); // 子进程结束
} }
} else { } else {