@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/index.js
CHANGED
|
@@ -6254,10 +6254,10 @@ var __webpack_exports__ = {};
|
|
|
6254
6254
|
};
|
|
6255
6255
|
const uuid = getUuidResult.uuid;
|
|
6256
6256
|
await (0, share_namespaceObject.sleep)(1000);
|
|
6257
|
-
new Http({
|
|
6257
|
+
const proxyHttp = new Http({
|
|
6258
6258
|
headers
|
|
6259
6259
|
}, params.proxyLoc);
|
|
6260
|
-
const qrcodeResult = await
|
|
6260
|
+
const qrcodeResult = await proxyHttp.api({
|
|
6261
6261
|
method: "get",
|
|
6262
6262
|
url: "https://mp.weixin.qq.com/safe/safeqrcode",
|
|
6263
6263
|
params: {
|
|
@@ -7504,7 +7504,7 @@ var __webpack_exports__ = {};
|
|
|
7504
7504
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
7505
7505
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
7506
7506
|
};
|
|
7507
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.
|
|
7507
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.2"}');
|
|
7508
7508
|
const BetaFlag = "HuiwenCanary";
|
|
7509
7509
|
class Action {
|
|
7510
7510
|
constructor(task){
|