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