1.调整6个大家可以互助的脚本互助码输出格式

2.增加提取日志中各个账号互助码脚本互助码统一整理到一个文件
This commit is contained in:
Akira
2020-12-22 23:22:41 +08:00
parent 1fb17e8b9f
commit b2ec0dfc54
8 changed files with 44 additions and 6 deletions

View File

@ -89,7 +89,7 @@ async function jdPlantBean() {
if ($.plantBeanIndexResult.code === '0') {
const shareUrl = $.plantBeanIndexResult.data.jwordShareInfo.shareUrl
$.myPlantUuid = getParam(shareUrl, 'plantUuid')
console.log(`\n${$.name}互助码】 ${$.myPlantUuid}\n`);
console.log(`\n京东账号${$.index}${$.nickName || $.UserName}${$.name}好友互助码】${$.myPlantUuid}\n`);
roundList = $.plantBeanIndexResult.data.roundList;
currentRoundId = roundList[1].roundId;//本期的roundId
lastRoundId = roundList[0].roundId;//上期的roundId