@iflyrpa/actions 1.2.16-beta.5 → 1.2.16-beta.6
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 +14 -14
- package/dist/bundle.js.map +1 -1
- package/dist/index.js +14 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -15998,19 +15998,6 @@ var __webpack_exports__ = {};
|
|
|
15998
15998
|
if (parsed.publish_list.length < currentPageSize) break;
|
|
15999
15999
|
nextPage++;
|
|
16000
16000
|
}
|
|
16001
|
-
articleCell = articlesInfo.publish_list.map((item)=>({
|
|
16002
|
-
title: item.publish_info.appmsg_info[0].title,
|
|
16003
|
-
imageUrl: item.publish_info.appmsg_info[0].cover,
|
|
16004
|
-
createTime: item.publish_info.appmsg_info[0].line_info.send_time,
|
|
16005
|
-
redirectUrl: item.publish_info.appmsg_info[0].content_url,
|
|
16006
|
-
readNum: item.publish_info.appmsg_info[0].read_num,
|
|
16007
|
-
likeNum: item.publish_info.appmsg_info[0].old_like_num,
|
|
16008
|
-
shareNum: item.publish_info.appmsg_info[0].share_num,
|
|
16009
|
-
recommendNum: item.publish_info.appmsg_info[0].like_num,
|
|
16010
|
-
...showOriginalData ? {
|
|
16011
|
-
originalData: item
|
|
16012
|
-
} : {}
|
|
16013
|
-
}));
|
|
16014
16001
|
}
|
|
16015
16002
|
let nextPage = false;
|
|
16016
16003
|
if (onlySuccess) {
|
|
@@ -16060,6 +16047,19 @@ var __webpack_exports__ = {};
|
|
|
16060
16047
|
}
|
|
16061
16048
|
}, "微信文章文章获取成功");
|
|
16062
16049
|
}
|
|
16050
|
+
articleCell = articlesInfo.publish_list.map((item)=>({
|
|
16051
|
+
title: item.publish_info.appmsg_info[0].title,
|
|
16052
|
+
imageUrl: item.publish_info.appmsg_info[0].cover,
|
|
16053
|
+
createTime: item.publish_info.appmsg_info[0].line_info.send_time,
|
|
16054
|
+
redirectUrl: item.publish_info.appmsg_info[0].content_url,
|
|
16055
|
+
readNum: item.publish_info.appmsg_info[0].read_num,
|
|
16056
|
+
likeNum: item.publish_info.appmsg_info[0].old_like_num,
|
|
16057
|
+
shareNum: item.publish_info.appmsg_info[0].share_num,
|
|
16058
|
+
recommendNum: item.publish_info.appmsg_info[0].like_num,
|
|
16059
|
+
...showOriginalData ? {
|
|
16060
|
+
originalData: item
|
|
16061
|
+
} : {}
|
|
16062
|
+
}));
|
|
16063
16063
|
return success({
|
|
16064
16064
|
articleCell
|
|
16065
16065
|
}, "微信文章文章获取成功");
|
|
@@ -18235,7 +18235,7 @@ var __webpack_exports__ = {};
|
|
|
18235
18235
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
18236
18236
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
18237
18237
|
};
|
|
18238
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.
|
|
18238
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.5"}');
|
|
18239
18239
|
class Action {
|
|
18240
18240
|
constructor(task){
|
|
18241
18241
|
this.task = task;
|