fix PingMe自动化签到

This commit is contained in:
king
2026-04-18 18:48:24 +08:00
parent e9ca56982c
commit 03a3263705

View File

@ -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}`);