Compare commits

..

2 Commits

Author SHA1 Message Date
6017e592dc 更新 get_cookie.js 2026-04-18 21:34:08 +08:00
03a3263705 fix PingMe自动化签到 2026-04-18 18:48:24 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -271,7 +271,7 @@ try {
headers: normalizeHeaderNameMap(req_headers || {}) headers: normalizeHeaderNameMap(req_headers || {})
}; };
$.write(JSON.stringify(capture), '#pingme_capture_v3'); $.write(JSON.stringify(capture), '#pingme_capture_v3');
$.notify('PingMe 获取成功✅', req_url, req_url); $.notify('PingMe 获取成功✅', '现在你可以禁用此配置了', '');
console.log('PingMe 获取到的内容为:' + req_url); console.log('PingMe 获取到的内容为:' + req_url);
} }
} catch (e) { } catch (e) {