@iflyrpa/actions 1.2.24-beta.2 → 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/bundle.js +3 -3
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -19016,10 +19016,10 @@ var __webpack_exports__ = {};
|
|
|
19016
19016
|
};
|
|
19017
19017
|
const uuid = getUuidResult.uuid;
|
|
19018
19018
|
await sleep(1000);
|
|
19019
|
-
new Http({
|
|
19019
|
+
const proxyHttp = new Http({
|
|
19020
19020
|
headers
|
|
19021
19021
|
}, params.proxyLoc);
|
|
19022
|
-
const qrcodeResult = await
|
|
19022
|
+
const qrcodeResult = await proxyHttp.api({
|
|
19023
19023
|
method: "get",
|
|
19024
19024
|
url: "https://mp.weixin.qq.com/safe/safeqrcode",
|
|
19025
19025
|
params: {
|
|
@@ -20266,7 +20266,7 @@ var __webpack_exports__ = {};
|
|
|
20266
20266
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
20267
20267
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
20268
20268
|
};
|
|
20269
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.
|
|
20269
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.2"}');
|
|
20270
20270
|
const BetaFlag = "HuiwenCanary";
|
|
20271
20271
|
class Action {
|
|
20272
20272
|
constructor(task){
|