202508221208

HeartBeat 補上狀態記錄
This commit is contained in:
allen.yan 2025-08-22 12:09:01 +08:00
parent 9721325bbb
commit 02477bbb17

View File

@ -263,6 +263,8 @@ class RoomControlController extends Controller
$room->internal_ip = $validated['ip'];
$room->port = 1000;
$room->is_online=1;
$room->log_source='api';
$room->log_message='HeartBeat';
$room->touch(); // 更新 updated_at
$room->save();
$response = (