ucservice 2.6.6 → 2.6.8

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.
@@ -32815,8 +32815,8 @@ const meetOp = sip => {
32815
32815
  headers: {
32816
32816
  'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
32817
32817
  },
32818
- body: JSON.stringify({ ...param
32819
- }),
32818
+ body: { ...param
32819
+ },
32820
32820
  keepalive: true
32821
32821
  });
32822
32822
  }
@@ -32877,8 +32877,8 @@ const meetOp = sip => {
32877
32877
  headers: {
32878
32878
  'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
32879
32879
  },
32880
- body: JSON.stringify({ ...param
32881
- }),
32880
+ body: { ...param
32881
+ },
32882
32882
  keepalive: true
32883
32883
  }); // if(async){
32884
32884
  // return new Promise((resolve, reject) => {
Binary file