648540858
2024-06-20 5e82aa5f39981e6ba0909a493f091954cebd24c8
web_src/src/components/service/MediaServer.js
@@ -45,7 +45,8 @@
      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)