ucservice 2.6.4 → 2.6.6

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.
@@ -32819,8 +32819,11 @@ const meetOp = sip => {
32819
32819
  // }
32820
32820
  // }, async, net.method);
32821
32821
 
32822
- fetch(server_ + net.url, {
32822
+ return fetch(server_ + net.url, {
32823
32823
  method: net.method,
32824
+ headers: {
32825
+ 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
32826
+ },
32824
32827
  body: JSON.stringify({ ...param
32825
32828
  }),
32826
32829
  keepalive: true
@@ -32880,6 +32883,9 @@ const meetOp = sip => {
32880
32883
 
32881
32884
  return fetch(server_ + net.url, {
32882
32885
  method: net.method,
32886
+ headers: {
32887
+ 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
32888
+ },
32883
32889
  body: JSON.stringify({ ...param
32884
32890
  }),
32885
32891
  keepalive: true
Binary file