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