-
Notifications
You must be signed in to change notification settings - Fork 0
QueryHostServerInfo
Ken Luo edited this page Jul 14, 2024
·
1 revision
服務器位址:
http://127.0.0.1:22231
參數:
value=GetInfo (GetInfo 為取得服務器資訊)
返回類型:
application/json
返回資料:
[
{
"LocalIP": "192.168.0.1",
"PublicIP": "111.111.111.111",
"RemoteControlServerPort": "22231",
"WebRemoteControlPort": "80",
"ImageServerPort": "22301",
}
]
查無資料或錯誤返回:
空的 JSON 陣列
查詢範例:
查詢服務器資訊:
http://127.0.0.1:22231/QueryHostServerInfo?value=GetInfo