添加是否登录日志

This commit is contained in:
test
2025-12-12 19:46:22 +08:00
parent dcd069b4c4
commit 37dde4820c
6 changed files with 42 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
import { printDebug } from "./colorOut.js";
import { AESencrypt, getStringMD5, RSAencrypt } from "./EncryUtils.js"
/**
@@ -57,6 +58,7 @@ async function refreshToken(userId, token) {
// console.log(respResult)
return true
}
console.dir(respResult, { depth: null })
return false
}