mirror of
https://github.com/fmz200/wool_scripts.git
synced 2026-05-07 15:02:44 +08:00
fix PingMe自动化签到
This commit is contained in:
@ -92,7 +92,7 @@ async function startTasks() {
|
||||
return next();
|
||||
}
|
||||
|
||||
fetchApi('queryBalanceAndBonus').then(res => {
|
||||
return fetchApi('queryBalanceAndBonus').then(res => {
|
||||
try {
|
||||
const d = JSON.parse(res.body);
|
||||
if (d.retcode === 0) msgs.push(`💰 余额:${d.result.balance} Coins`); else msgs.push(`⚠️ 查询:${d.retmsg}`);
|
||||
|
||||
Reference in New Issue
Block a user