ucservice 2.6.6 → 2.6.7

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.
@@ -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