This commit is contained in:
lxk0301
2020-12-11 16:12:35 +08:00
parent ea7e8a4a1a
commit 5f315a1a53
3 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ async function jdFruit() {
// option['media-url'] = $.farmInfo.farmUserPro.goodsImage; // option['media-url'] = $.farmInfo.farmUserPro.goodsImage;
subTitle = `【京东账号${$.index}${$.nickName}`; subTitle = `【京东账号${$.index}${$.nickName}`;
message = `【水果名称】${$.farmInfo.farmUserPro.name}\n`; message = `【水果名称】${$.farmInfo.farmUserPro.name}\n`;
console.log(`\n【您的互助码shareCode】 ${$.farmInfo.farmUserPro.shareCode}\n`); console.log(`\n【您的${$.name}互助码shareCode】 ${$.farmInfo.farmUserPro.shareCode}\n`);
console.log(`\n【已成功兑换水果】${$.farmInfo.farmUserPro.winTimes}\n`); console.log(`\n【已成功兑换水果】${$.farmInfo.farmUserPro.winTimes}\n`);
message += `【已兑换水果】${$.farmInfo.farmUserPro.winTimes}\n`; message += `【已兑换水果】${$.farmInfo.farmUserPro.winTimes}\n`;
await masterHelpShare();//助力好友 await masterHelpShare();//助力好友

View File

@@ -115,7 +115,7 @@ async function jdPet() {
} }
return return
} }
console.log(`\n【您的互助码shareCode】 ${$.petInfo.shareCode}\n`); console.log(`\n【您的${$.name}互助码shareCode】 ${$.petInfo.shareCode}\n`);
await taskInit(); await taskInit();
if ($.taskInit.resultCode === '9999' || !$.taskInit.result) { if ($.taskInit.resultCode === '9999' || !$.taskInit.result) {
console.log('初始化任务异常, 请稍后再试'); console.log('初始化任务异常, 请稍后再试');

View File

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