This commit is contained in:
Faker
2022-05-12 11:10:00 +08:00
parent 25fe17e584
commit f3f5c595bb
15 changed files with 637 additions and 301 deletions

View File

@@ -149,7 +149,7 @@ async function api(fn: string, body: object) {
async function getLog() {
if (!rabbitToken && !tg_id) {
let data = await get(`https://api.jdsharecode.xyz/api/jlhb?pwd=${__dirname}&t=${Date.now()}`)
let data = await get(`https://api.jdsharecode.xyz/api/jlhb`)
if (data !== 1 && data !== '1') {
return data
} else {