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.
@@ -32810,8 +32810,11 @@ const meetOp = sip => {
32810
32810
  // }
32811
32811
  // }, async, net.method);
32812
32812
 
32813
- fetch(server_ + net.url, {
32813
+ return fetch(server_ + net.url, {
32814
32814
  method: net.method,
32815
+ headers: {
32816
+ 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
32817
+ },
32815
32818
  body: JSON.stringify({ ...param
32816
32819
  }),
32817
32820
  keepalive: true
@@ -32871,6 +32874,9 @@ const meetOp = sip => {
32871
32874
 
32872
32875
  return fetch(server_ + net.url, {
32873
32876
  method: net.method,
32877
+ headers: {
32878
+ 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
32879
+ },
32874
32880
  body: JSON.stringify({ ...param
32875
32881
  }),
32876
32882
  keepalive: true
Binary file