ucservice 2.7.9 → 2.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31303,7 +31303,7 @@ let video = {
31303
31303
  },
31304
31304
  getVmmpVideoListNet: {
31305
31305
  //三方接入设备列表
31306
- url: '/scooper-video/data/facility/queryFacilityList',
31306
+ url: '/vmmp-web/data/catalog/getChildDev',
31307
31307
  method: 'GET',
31308
31308
  requestParam: {
31309
31309
  search_data: '',
@@ -31907,8 +31907,8 @@ const initVideo = function (token, videoArea, videoOpts_, sip) {
31907
31907
  //读取视频服务配置初始化视频
31908
31908
  let server_ = sip || server;
31909
31909
  return new Promise((resolve, reject) => {
31910
- // let url = server_ + '/scooper-video/conf/data?token=' + token;
31911
- let url = server_ + '/dispatch-web/conf/data?token=' + token;
31910
+ let url = server_ + '/scooper-video/conf/data?token=' + token; // let url = server_ + '/dispatch-web/conf/data?token=' + token;
31911
+
31912
31912
  let param = {}; // $.getJSON(url,param,function (conf) {
31913
31913
 
31914
31914
  $.post(url, param, function (conf) {
Binary file