ucservice 1.9.7 → 1.9.9

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.
@@ -15003,8 +15003,11 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15003
15003
 
15004
15004
 
15005
15005
  let relativeIndex = 0;
15006
+ console.log('===开始循环初始化视频组件===');
15007
+ console.log('me:' + me);
15006
15008
 
15007
15009
  for (let i = me._opts.windowsBeginIndex; i < me._opts.windowsBeginIndex + me._opts.windowsNum; i++) {
15010
+ console.log('====视频组件====' + i);
15008
15011
  me.VIDEO_DATA[i] = new SVideo({
15009
15012
  index: i,
15010
15013
  janus: janus,
@@ -15266,6 +15269,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15266
15269
  let recordAvBusinessId = null;
15267
15270
 
15268
15271
  function SVideo(opts, videoListener) {
15272
+ console.log('====初始化视频组件开始===');
15273
+ console.log('this:' + this);
15269
15274
  this.janus = opts.janus;
15270
15275
  this.userToken = opts.userToken;
15271
15276
  this.sipcall = null;
@@ -27805,6 +27810,31 @@ let dept_ry = {
27805
27810
 
27806
27811
  }
27807
27812
  },
27813
+ createOnGis: {
27814
+ //同步新成员到gis
27815
+ url: '/common-gis-web/data/gispos/addPersion',
27816
+ method: 'POST',
27817
+ requestParam: {
27818
+ token: '',
27819
+ name: '',
27820
+ // 成员名称
27821
+ propKey: '',
27822
+ // 成员id
27823
+ center: {
27824
+ latitude: 30.223853,
27825
+ longitude: 120.01802
27826
+ }
27827
+ },
27828
+ responseParam: {
27829
+ code: '',
27830
+ //返回结果状态码 0为成功
27831
+ message: '',
27832
+ systemTime: '',
27833
+ //yyyy-MM-dd HH:mm:ss
27834
+ data: {} //结果内容
27835
+
27836
+ }
27837
+ },
27808
27838
  createRyAndAccount: {
27809
27839
  //一键创建
27810
27840
  url: '/scooper-app-manager/data/dev/saveApp',
@@ -32203,6 +32233,20 @@ const deptRyOp = sip => {
32203
32233
  }, '', net.method);
32204
32234
  });
32205
32235
  },
32236
+ createOnGis: function (param) {
32237
+ let net = dept_ry_url.createOnGis;
32238
+ return new Promise((resolve, reject) => {
32239
+ loadJson(server_ + net.url, { ...param
32240
+ }, function (ret) {
32241
+ if (ret.code == 0) {
32242
+ resolve(ret);
32243
+ } else {
32244
+ console.log("创建成员定位到GIS失败", ret.code);
32245
+ reject(ret.code);
32246
+ }
32247
+ }, '', net.method);
32248
+ });
32249
+ },
32206
32250
  add: function (param) {
32207
32251
  let net = dept_ry_url.saveOrgMemberNet;
32208
32252
  return new Promise((resolve, reject) => {
Binary file