@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.mjs
CHANGED
|
@@ -6196,10 +6196,10 @@ const weixinPublish_mock_mockAction = async (task, params)=>{
|
|
|
6196
6196
|
};
|
|
6197
6197
|
const uuid = getUuidResult.uuid;
|
|
6198
6198
|
await (0, __WEBPACK_EXTERNAL_MODULE__iflyrpa_share_f7afdc8c__.sleep)(1000);
|
|
6199
|
-
new Http({
|
|
6199
|
+
const proxyHttp = new Http({
|
|
6200
6200
|
headers
|
|
6201
6201
|
}, params.proxyLoc);
|
|
6202
|
-
const qrcodeResult = await
|
|
6202
|
+
const qrcodeResult = await proxyHttp.api({
|
|
6203
6203
|
method: "get",
|
|
6204
6204
|
url: "https://mp.weixin.qq.com/safe/safeqrcode",
|
|
6205
6205
|
params: {
|
|
@@ -7446,7 +7446,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
7446
7446
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
7447
7447
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
7448
7448
|
};
|
|
7449
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.
|
|
7449
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.24-beta.2"}');
|
|
7450
7450
|
const BetaFlag = "HuiwenCanary";
|
|
7451
7451
|
class Action {
|
|
7452
7452
|
constructor(task){
|