ucservice 1.0.3 → 1.0.4

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.
@@ -30131,7 +30131,7 @@ const doLogout = function (token) {
30131
30131
  };
30132
30132
  const keepHeart = function (token) {
30133
30133
  let net = account_net_url.heartBeatNet;
30134
- loadJson(net.url, {
30134
+ return () => loadJson(net.url, {
30135
30135
  token
30136
30136
  }, function (ret) {
30137
30137
  if (ret.code == 0) {
Binary file