ucservice 2.1.1 → 2.1.2

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.
@@ -31445,6 +31445,7 @@ const loadJson = function (url, param, backSuccfn, async, method, headers, conte
31445
31445
  'type': method,
31446
31446
  'url': url,
31447
31447
  'data': param,
31448
+ 'timeout': 20000,
31448
31449
  'async': async
31449
31450
  };
31450
31451
  if (headers) Object.assign(ajaxContent, headers);
Binary file