优化节点在线状态

This commit is contained in:
648540858
2024-03-20 18:54:39 +08:00
parent 8ae17764fd
commit 181bf76862
23 changed files with 334 additions and 373 deletions

View File

@@ -45,7 +45,8 @@ class MediaServer{
params: {
ip: param.ip,
port: param.httpPort,
secret: param.secret
secret: param.secret,
type: param.type
}
}).then(function (res) {
if (typeof (callback) == "function") callback(res.data)