1.调整6个大家可以互助的脚本互助码输出格式
2.增加提取日志中各个账号互助码脚本互助码统一整理到一个文件
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user