ucservice 2.7.4 → 2.7.6

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.
@@ -26760,16 +26760,16 @@ let account = {
26760
26760
  url: '/scooper-core-rest/data/system/accountManage/listAccount',
26761
26761
  method: 'POST',
26762
26762
  requestParam: {
26763
- id: '',
26764
- token: '',
26763
+ // id: '',
26764
+ corpId: '',
26765
+ // token: '', // 头部Sc-Token
26765
26766
  accUsername: '',
26766
- accShowname: '',
26767
- //帐号显示名称
26768
- accType: '',
26769
- //帐号类型,该字段已弃用 0-管理员; 1-一般用户; 2-调度操作员
26770
- validToken: '',
26771
- //有效token
26772
- invalidTimeStart: '' //登录失效开始日期
26767
+ keyword: '',
26768
+ //按accUsername、accShowname模糊查询
26769
+ // accShowname: '', //帐号显示名称
26770
+ accType: '' //帐号类型,该字段已弃用 0-管理员; 1-一般用户; 2-调度操作员
26771
+ // validToken: '', //有效token
26772
+ // invalidTimeStart: '' //登录失效开始日期
26773
26773
 
26774
26774
  },
26775
26775
  responseParam: {
@@ -29298,7 +29298,7 @@ let dept = {
29298
29298
  requestParam: {
29299
29299
  token: '',
29300
29300
  // T 身份令牌
29301
- idareaCodeParent: '' // F 上级行政区划代码
29301
+ areaCodeParent: '' // F 上级行政区划代码
29302
29302
 
29303
29303
  },
29304
29304
  responseParam: {
@@ -29904,7 +29904,7 @@ let meet = {
29904
29904
  method: 'POST',
29905
29905
  requestParam: {
29906
29906
  token: '',
29907
- meetId: '' //会场id
29907
+ id: '' //会场id
29908
29908
 
29909
29909
  },
29910
29910
  responseParam: {
@@ -29929,7 +29929,7 @@ let meet = {
29929
29929
  name: '',
29930
29930
  //会场名称
29931
29931
  meetAcess: '',
29932
- //会场号, 保证唯一性,若设置,成员可通过拨会场号加入会场(只能设置数字);若不设置,成员无法加入会场
29932
+ //会场号,9位纯数字且会议号不可重复 保证唯一性,若设置,成员可通过拨会场号加入会场(只能设置数字);若不设置,成员无法加入会场
29933
29933
  meetAttr: '',
29934
29934
  //会议类别 MEET_INSTANT: 即时会议(默认),MEET_RESERVE: 预约会议
29935
29935
  timeBegin: '',
@@ -29964,7 +29964,7 @@ let meet = {
29964
29964
  method: 'POST',
29965
29965
  requestParam: {
29966
29966
  token: '',
29967
- meetId: ''
29967
+ id: ''
29968
29968
  },
29969
29969
  responseParam: {
29970
29970
  code: '',
@@ -29984,7 +29984,7 @@ let meet = {
29984
29984
  method: 'POST',
29985
29985
  requestParam: {
29986
29986
  token: '',
29987
- meetId: '',
29987
+ id: '',
29988
29988
  tel: '',
29989
29989
  level: '' //成员会议状态,类型选择:speak(可发言, 默认);audience(禁言)
29990
29990
 
@@ -30008,7 +30008,7 @@ let meet = {
30008
30008
  method: 'POST',
30009
30009
  requestParam: {
30010
30010
  token: '',
30011
- meetId: '',
30011
+ id: '',
30012
30012
  tel: ''
30013
30013
  },
30014
30014
  responseParam: {
@@ -30025,11 +30025,11 @@ let meet = {
30025
30025
  * 设置主持人
30026
30026
  */
30027
30027
  setMeetChairmanNet: {
30028
- url: '/dispatch-web/api/meet/setMeetChairman',
30028
+ url: '/dispatch-web/api/meet/changeMemberController',
30029
30029
  method: 'POST',
30030
30030
  requestParam: {
30031
30031
  token: '',
30032
- meetId: '',
30032
+ id: '',
30033
30033
  tel: ''
30034
30034
  },
30035
30035
  responseParam: {
@@ -30049,7 +30049,7 @@ let meet = {
30049
30049
  如果要将会场成员踢出,调用拆线接口即可
30050
30050
  **/
30051
30051
  url: '/dispatch-web/api/meet/joinVideoMember',
30052
- method: 'GET',
30052
+ method: 'POST',
30053
30053
  requestParam: {
30054
30054
  token: '',
30055
30055
  meetId: '',
@@ -30139,7 +30139,7 @@ let meet = {
30139
30139
 
30140
30140
  /***查询当前所有会场信息
30141
30141
  **/
30142
- url: '/dispatch-web/api/meet/getMeet',
30142
+ url: '/dispatch-web/api/meet/getMeetAdd',
30143
30143
  method: 'POST',
30144
30144
  requestParam: {
30145
30145
  token: '',
@@ -31724,7 +31724,7 @@ const loadJson = function (url, param, backSuccfn, async, method, headers, conte
31724
31724
  * @param {*} connectcallfunc 通讯录通知处理
31725
31725
  */
31726
31726
 
31727
- const initCometd = function (meetcallfunc, callfunc, videocallfunc, connectcallfunc, appMsgfunc, sip) {
31727
+ const initCometd = function (meetcallfunc, callfunc, videocallfunc, connectcallfunc, appMsgfunc, devicefunc, sip) {
31728
31728
  //初始
31729
31729
  let server_ = sip || server;
31730
31730
 
@@ -31754,7 +31754,8 @@ const initCometd = function (meetcallfunc, callfunc, videocallfunc, connectcallf
31754
31754
  callfunc,
31755
31755
  videocallfunc,
31756
31756
  connectcallfunc,
31757
- appMsgfunc
31757
+ appMsgfunc,
31758
+ devicefunc
31758
31759
  });
31759
31760
  }
31760
31761
 
@@ -31785,6 +31786,16 @@ function doSubscribe(_cometd, callback) {
31785
31786
  callback.callfunc(message);
31786
31787
  });
31787
31788
  }
31789
+ /**
31790
+ * 设备在离线状态消息通知
31791
+ */
31792
+
31793
+
31794
+ if (callback.devicefunc) {
31795
+ _cometd.subscribe("/device/res-status/#", null, function (message) {
31796
+ callback.devicefunc(message);
31797
+ });
31798
+ }
31788
31799
  /**
31789
31800
  * 视频通话状态消息通知(视频通话建立 和 中断)
31790
31801
  */
Binary file