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.
@@ -31436,6 +31436,7 @@ const loadJson = function (url, param, backSuccfn, async, method, headers, conte
31436
31436
  'type': method,
31437
31437
  'url': url,
31438
31438
  'data': param,
31439
+ 'timeout': 20000,
31439
31440
  'async': async
31440
31441
  };
31441
31442
  if (headers) Object.assign(ajaxContent, headers);
Binary file