Rewrote, Should be usable

This commit is contained in:
Remik1r3n
2025-01-26 23:50:25 +08:00
parent da2458e7f5
commit 7a1300bc6c
4 changed files with 42 additions and 128 deletions

View File

@@ -48,7 +48,7 @@ if __name__ == "__main__":
loginResult = apiLogin(currentLoginTimestamp, userId)
# Change you want item ID
wantToUnlockItemId = 11
wantToUnlockItemId = 11624
if loginResult['returnCode'] != 1:
logger.info("登录失败")