优化节点在线状态
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user