調整 心跳封包 room->updated_at 不會異動 20250523

This commit is contained in:
allen.yan 2025-05-23 10:02:30 +08:00
parent 6b9e1c5e67
commit 8bdab7c415

View File

@ -198,6 +198,7 @@ class RoomControlController extends Controller
$validated['status']='error';
}
$room->is_online=1;
$room->touch(); // 更新 updated_at
$room->save();
}