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.
@@ -32824,8 +32824,7 @@ const meetOp = sip => {
32824
32824
  headers: {
32825
32825
  'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
32826
32826
  },
32827
- body: { ...param
32828
- },
32827
+ body: new URLSearchParams(param),
32829
32828
  keepalive: true
32830
32829
  });
32831
32830
  }
@@ -32886,8 +32885,7 @@ const meetOp = sip => {
32886
32885
  headers: {
32887
32886
  'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
32888
32887
  },
32889
- body: { ...param
32890
- },
32888
+ body: new URLSearchParams(param),
32891
32889
  keepalive: true
32892
32890
  }); // if(async){
32893
32891
  // return new Promise((resolve, reject) => {
Binary file