ucservice 2.6.8 → 2.7.0

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