@iflyrpa/actions 1.2.26 → 1.2.27
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 -7
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +2 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4283,12 +4283,7 @@ class Http {
|
|
|
4283
4283
|
}
|
|
4284
4284
|
constructor(config, adr, huiwenToken){
|
|
4285
4285
|
this.apiClient = __WEBPACK_EXTERNAL_MODULE_axios__["default"].create({
|
|
4286
|
-
...config
|
|
4287
|
-
proxy: {
|
|
4288
|
-
host: "192.168.137.1",
|
|
4289
|
-
port: 9000,
|
|
4290
|
-
protocol: "http"
|
|
4291
|
-
}
|
|
4286
|
+
...config
|
|
4292
4287
|
});
|
|
4293
4288
|
this.adr = adr;
|
|
4294
4289
|
this.heiwenToken = huiwenToken;
|
|
@@ -9265,7 +9260,7 @@ const getToutiaoCollection = async (_task, params)=>{
|
|
|
9265
9260
|
return (0, __WEBPACK_EXTERNAL_MODULE__iflyrpa_share_f7afdc8c__.success)(0 === res.code ? res.data : [], 0 === res.code ? "获取头条号合集成功!" : "获取头条号合集失败!");
|
|
9266
9261
|
};
|
|
9267
9262
|
var package_namespaceObject = {
|
|
9268
|
-
i8: "1.2.
|
|
9263
|
+
i8: "1.2.26"
|
|
9269
9264
|
};
|
|
9270
9265
|
const BetaFlag = "HuiwenCanary";
|
|
9271
9266
|
class Action {
|