@iflyrpa/actions 1.2.24-beta.1 → 1.2.24-beta.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.
- package/dist/bundle.js +2 -1
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
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 {
|
|
@@ -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.
|
|
7449
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.1"}');
|
|
7449
7450
|
const BetaFlag = "HuiwenCanary";
|
|
7450
7451
|
class Action {
|
|
7451
7452
|
constructor(task){
|