ucservice 2.6.7 → 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
  }
Binary file