@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.mjs CHANGED
@@ -2879,6 +2879,7 @@ const ProxyAgent = async (adr)=>{
2879
2879
  addr: adr
2880
2880
  }
2881
2881
  });
2882
+ console.log("代理获取状态:", ProxyInfo.msg, "代理返回信息:", JSON.stringify(ProxyInfo.data[0]));
2882
2883
  return 0 === ProxyInfo.code && ProxyInfo.data.length > 0 ? new dist.HttpsProxyAgent(`http://${ProxyData.api}:${ProxyData.akey}@${ProxyInfo.data[0].proxyAddress}`) : null;
2883
2884
  };
2884
2885
  class Http {
@@ -6195,10 +6196,10 @@ const weixinPublish_mock_mockAction = async (task, params)=>{
6195
6196
  };
6196
6197
  const uuid = getUuidResult.uuid;
6197
6198
  await (0, __WEBPACK_EXTERNAL_MODULE__iflyrpa_share_f7afdc8c__.sleep)(1000);
6198
- new Http({
6199
+ const proxyHttp = new Http({
6199
6200
  headers
6200
6201
  }, params.proxyLoc);
6201
- const qrcodeResult = await http.api({
6202
+ const qrcodeResult = await proxyHttp.api({
6202
6203
  method: "get",
6203
6204
  url: "https://mp.weixin.qq.com/safe/safeqrcode",
6204
6205
  params: {
@@ -7445,7 +7446,7 @@ const xiaohongshuPublish = async (task, params)=>{
7445
7446
  if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
7446
7447
  return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
7447
7448
  };
7448
- var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.0"}');
7449
+ var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.2"}');
7449
7450
  const BetaFlag = "HuiwenCanary";
7450
7451
  class Action {
7451
7452
  constructor(task){