update
This commit is contained in:
@ -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}个好友,可拿每天的邀请奖励`);
|
||||
|
Reference in New Issue
Block a user