gamelogintoken

This commit is contained in:
2023-08-18 15:52:27 +00:00
parent 199938f2b2
commit 87c239610a
3 changed files with 33 additions and 0 deletions
+6
View File
@@ -43,4 +43,10 @@ export const structure = {
ReqNonce: GET<AutoLoginNonceResponse, AutoLoginFailed>(),
test: GET<{result: true, hello:'world'}>(),
},
GetGameLoginToken: GET<{
result: true,
gameLoginToken: string,
userID: number,
}>(),
} satisfies DefAPINamespace;