This commit is contained in:
lxk0301
2021-03-02 18:01:52 +08:00
parent 26eee5a958
commit c4646a795a

View File

@ -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}个好友,可拿每天的邀请奖励`);