648540858
2024-03-25 2b0af3be14d3f8ac28a1cb031e21dc3a69146d2b
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)