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.
@@ -31312,7 +31312,7 @@ let video = {
31312
31312
  },
31313
31313
  getVmmpVideoListNet: {
31314
31314
  //三方接入设备列表
31315
- url: '/scooper-video/data/facility/queryFacilityList',
31315
+ url: '/vmmp-web/data/catalog/getChildDev',
31316
31316
  method: 'GET',
31317
31317
  requestParam: {
31318
31318
  search_data: '',
@@ -31916,8 +31916,8 @@ const initVideo = function (token, videoArea, videoOpts_, sip) {
31916
31916
  //读取视频服务配置初始化视频
31917
31917
  let server_ = sip || server;
31918
31918
  return new Promise((resolve, reject) => {
31919
- // let url = server_ + '/scooper-video/conf/data?token=' + token;
31920
- let url = server_ + '/dispatch-web/conf/data?token=' + token;
31919
+ let url = server_ + '/scooper-video/conf/data?token=' + token; // let url = server_ + '/dispatch-web/conf/data?token=' + token;
31920
+
31921
31921
  let param = {}; // $.getJSON(url,param,function (conf) {
31922
31922
 
31923
31923
  $.post(url, param, function (conf) {
Binary file