|
|
@ -1,4 +1,4 @@ |
|
|
|
`/*
|
|
|
|
/* |
|
|
|
#528-签到 |
|
|
|
cron: 34 9,21 * * * |
|
|
|
|
|
|
@ -36,10 +36,10 @@ class UserInfo { |
|
|
|
if (!result) return |
|
|
|
//console.log(result)
|
|
|
|
if (result.code) { |
|
|
|
console.log(`账号[${this.name}]签到失败:${result}`) |
|
|
|
console.log(`签到失败:${result}`) |
|
|
|
} else { |
|
|
|
if (result.credit) { |
|
|
|
console.log(`账号[${this.name}]签到成功,获得${result.credit}积分,现有积分:${result.mission.my_credit}`) |
|
|
|
console.log(`签到成功,获得${result.credit}积分,现有积分:${result.mission.my_credit}`) |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|