From 17b6ec2f62e5fa584dd65206cadf83fd7fe6f5db Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Tue, 2 Mar 2021 18:01:52 +0800 Subject: [PATCH] update --- jd_fruit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_fruit.js b/jd_fruit.js index 045afdda..190940c9 100644 --- a/jd_fruit.js +++ b/jd_fruit.js @@ -781,7 +781,7 @@ async function clockInIn() { // async function getAwardInviteFriend() { await friendListInitForFarm();//查询好友列表 - console.log(`查询好友列表数据:${JSON.stringify($.friendList)}\n`) + // console.log(`查询好友列表数据:${JSON.stringify($.friendList)}\n`) if ($.friendList) { console.log(`\n今日已邀请好友${$.friendList.inviteFriendCount}个 / 每日邀请上限${$.friendList.inviteFriendMax}个`); console.log(`开始删除${$.friendList.friends && $.friendList.friends.length}个好友,可拿每天的邀请奖励`);