ywana-core8 0.0.374 → 0.0.375

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.
@@ -37,11 +37,7 @@ var fetchAsync = function fetchAsync(method, URL, body, token, headers) {
37
37
  var request = {
38
38
  method: method,
39
39
  mode: 'cors',
40
- headers: {
41
- "Accept": "application/json",
42
- "Content-Type": "application/json",
43
- "x-access-token": token
44
- },
40
+ headers: requestHeaders,
45
41
  body: body
46
42
  };
47
43
  console.log("HTTP Client", request);