@iflyrpa/actions 1.2.24-beta.1 → 1.2.24-beta.3

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.
package/dist/index.js CHANGED
@@ -2931,6 +2931,7 @@ var __webpack_exports__ = {};
2931
2931
  addr: adr
2932
2932
  }
2933
2933
  });
2934
+ console.log("代理获取状态:", ProxyInfo.msg, "代理返回信息:", JSON.stringify(ProxyInfo.data[0]));
2934
2935
  return 0 === ProxyInfo.code && ProxyInfo.data.length > 0 ? new dist.HttpsProxyAgent(`http://${ProxyData.api}:${ProxyData.akey}@${ProxyInfo.data[0].proxyAddress}`) : null;
2935
2936
  };
2936
2937
  class Http {
@@ -6253,10 +6254,10 @@ var __webpack_exports__ = {};
6253
6254
  };
6254
6255
  const uuid = getUuidResult.uuid;
6255
6256
  await (0, share_namespaceObject.sleep)(1000);
6256
- new Http({
6257
+ const proxyHttp = new Http({
6257
6258
  headers
6258
6259
  }, params.proxyLoc);
6259
- const qrcodeResult = await http.api({
6260
+ const qrcodeResult = await proxyHttp.api({
6260
6261
  method: "get",
6261
6262
  url: "https://mp.weixin.qq.com/safe/safeqrcode",
6262
6263
  params: {
@@ -7503,7 +7504,7 @@ var __webpack_exports__ = {};
7503
7504
  if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
7504
7505
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
7505
7506
  };
7506
- var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.0"}');
7507
+ var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.2"}');
7507
7508
  const BetaFlag = "HuiwenCanary";
7508
7509
  class Action {
7509
7510
  constructor(task){