@iflyrpa/actions 1.2.16-beta.5 → 1.2.16-beta.7
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 +26 -15
- 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/index.mjs
CHANGED
|
@@ -3072,19 +3072,6 @@ async function handleWeixinData(params) {
|
|
|
3072
3072
|
if (parsed.publish_list.length < currentPageSize) break;
|
|
3073
3073
|
nextPage++;
|
|
3074
3074
|
}
|
|
3075
|
-
articleCell = articlesInfo.publish_list.map((item)=>({
|
|
3076
|
-
title: item.publish_info.appmsg_info[0].title,
|
|
3077
|
-
imageUrl: item.publish_info.appmsg_info[0].cover,
|
|
3078
|
-
createTime: item.publish_info.appmsg_info[0].line_info.send_time,
|
|
3079
|
-
redirectUrl: item.publish_info.appmsg_info[0].content_url,
|
|
3080
|
-
readNum: item.publish_info.appmsg_info[0].read_num,
|
|
3081
|
-
likeNum: item.publish_info.appmsg_info[0].old_like_num,
|
|
3082
|
-
shareNum: item.publish_info.appmsg_info[0].share_num,
|
|
3083
|
-
recommendNum: item.publish_info.appmsg_info[0].like_num,
|
|
3084
|
-
...showOriginalData ? {
|
|
3085
|
-
originalData: item
|
|
3086
|
-
} : {}
|
|
3087
|
-
}));
|
|
3088
3075
|
}
|
|
3089
3076
|
let nextPage = false;
|
|
3090
3077
|
if (onlySuccess) {
|
|
@@ -3134,6 +3121,19 @@ async function handleWeixinData(params) {
|
|
|
3134
3121
|
}
|
|
3135
3122
|
}, "微信文章文章获取成功");
|
|
3136
3123
|
}
|
|
3124
|
+
articleCell = articlesInfo.publish_list.map((item)=>({
|
|
3125
|
+
title: item.publish_info.appmsg_info[0].title,
|
|
3126
|
+
imageUrl: item.publish_info.appmsg_info[0].cover,
|
|
3127
|
+
createTime: item.publish_info.appmsg_info[0].line_info.send_time,
|
|
3128
|
+
redirectUrl: item.publish_info.appmsg_info[0].content_url,
|
|
3129
|
+
readNum: item.publish_info.appmsg_info[0].read_num,
|
|
3130
|
+
likeNum: item.publish_info.appmsg_info[0].old_like_num,
|
|
3131
|
+
shareNum: item.publish_info.appmsg_info[0].share_num,
|
|
3132
|
+
recommendNum: item.publish_info.appmsg_info[0].like_num,
|
|
3133
|
+
...showOriginalData ? {
|
|
3134
|
+
originalData: item
|
|
3135
|
+
} : {}
|
|
3136
|
+
}));
|
|
3137
3137
|
return (0, __WEBPACK_EXTERNAL_MODULE__iflyrpa_share_f7afdc8c__.success)({
|
|
3138
3138
|
articleCell
|
|
3139
3139
|
}, "微信文章文章获取成功");
|
|
@@ -5309,7 +5309,7 @@ const xiaohongshuPublish = async (task, params)=>{
|
|
|
5309
5309
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5310
5310
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5311
5311
|
};
|
|
5312
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.
|
|
5312
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.6"}');
|
|
5313
5313
|
class Action {
|
|
5314
5314
|
constructor(task){
|
|
5315
5315
|
this.task = task;
|