@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/index.js
CHANGED
|
@@ -3123,19 +3123,6 @@ var __webpack_exports__ = {};
|
|
|
3123
3123
|
if (parsed.publish_list.length < currentPageSize) break;
|
|
3124
3124
|
nextPage++;
|
|
3125
3125
|
}
|
|
3126
|
-
articleCell = articlesInfo.publish_list.map((item)=>({
|
|
3127
|
-
title: item.publish_info.appmsg_info[0].title,
|
|
3128
|
-
imageUrl: item.publish_info.appmsg_info[0].cover,
|
|
3129
|
-
createTime: item.publish_info.appmsg_info[0].line_info.send_time,
|
|
3130
|
-
redirectUrl: item.publish_info.appmsg_info[0].content_url,
|
|
3131
|
-
readNum: item.publish_info.appmsg_info[0].read_num,
|
|
3132
|
-
likeNum: item.publish_info.appmsg_info[0].old_like_num,
|
|
3133
|
-
shareNum: item.publish_info.appmsg_info[0].share_num,
|
|
3134
|
-
recommendNum: item.publish_info.appmsg_info[0].like_num,
|
|
3135
|
-
...showOriginalData ? {
|
|
3136
|
-
originalData: item
|
|
3137
|
-
} : {}
|
|
3138
|
-
}));
|
|
3139
3126
|
}
|
|
3140
3127
|
let nextPage = false;
|
|
3141
3128
|
if (onlySuccess) {
|
|
@@ -3185,6 +3172,19 @@ var __webpack_exports__ = {};
|
|
|
3185
3172
|
}
|
|
3186
3173
|
}, "微信文章文章获取成功");
|
|
3187
3174
|
}
|
|
3175
|
+
articleCell = articlesInfo.publish_list.map((item)=>({
|
|
3176
|
+
title: item.publish_info.appmsg_info[0].title,
|
|
3177
|
+
imageUrl: item.publish_info.appmsg_info[0].cover,
|
|
3178
|
+
createTime: item.publish_info.appmsg_info[0].line_info.send_time,
|
|
3179
|
+
redirectUrl: item.publish_info.appmsg_info[0].content_url,
|
|
3180
|
+
readNum: item.publish_info.appmsg_info[0].read_num,
|
|
3181
|
+
likeNum: item.publish_info.appmsg_info[0].old_like_num,
|
|
3182
|
+
shareNum: item.publish_info.appmsg_info[0].share_num,
|
|
3183
|
+
recommendNum: item.publish_info.appmsg_info[0].like_num,
|
|
3184
|
+
...showOriginalData ? {
|
|
3185
|
+
originalData: item
|
|
3186
|
+
} : {}
|
|
3187
|
+
}));
|
|
3188
3188
|
return (0, share_namespaceObject.success)({
|
|
3189
3189
|
articleCell
|
|
3190
3190
|
}, "微信文章文章获取成功");
|
|
@@ -5360,7 +5360,7 @@ var __webpack_exports__ = {};
|
|
|
5360
5360
|
if ("mockApi" === params.actionType) return xiaohongshuPublish_mock_mockAction(task, params);
|
|
5361
5361
|
return executeAction(xiaohongshuPublish_mock_mockAction, xiaohongshuPublish_rpa_rpaAction)(task, params);
|
|
5362
5362
|
};
|
|
5363
|
-
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.
|
|
5363
|
+
var package_namespaceObject = JSON.parse('{"i8":"1.2.16-beta.5"}');
|
|
5364
5364
|
class Action {
|
|
5365
5365
|
constructor(task){
|
|
5366
5366
|
this.task = task;
|