調整後台不需要同步 內部IP 與port 20250605
This commit is contained in:
parent
fda661c616
commit
32c41200ff
@ -115,8 +115,8 @@ class RoomControlController extends Controller
|
|||||||
'type' => $validated['type'],
|
'type' => $validated['type'],
|
||||||
'name' => $validated['name'],
|
'name' => $validated['name'],
|
||||||
'floor' => $validated['floor'],
|
'floor' => $validated['floor'],
|
||||||
'internal_ip' => $validated['internal_ip'],
|
//'internal_ip' => $validated['internal_ip'],
|
||||||
'port' => $validated['port'],
|
//'port' => $validated['port'],
|
||||||
'is_online' => $validated['is_online'],
|
'is_online' => $validated['is_online'],
|
||||||
'status' => $validated['status'],
|
'status' => $validated['status'],
|
||||||
'started_at' => $validated['started_at'],
|
'started_at' => $validated['started_at'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user