实装 authKey 获取

This commit is contained in:
BTMuli
2023-09-04 14:54:05 +08:00
parent 4b80de3f24
commit 4fef4d94e1
4 changed files with 71 additions and 8 deletions

View File

@@ -5,6 +5,7 @@
* @since Beta v0.3.0
*/
import { genAuthkey } from "./genAuthkey";
import { getAbyss } from "./getAbyss";
import { getAnnoList, getAnnoContent } from "./getAnno";
import { getCookieTokenByGameToken, getCookieTokenBySToken } from "./getCookieToken";
@@ -26,6 +27,7 @@ const TGRequest = {
getContent: getAnnoContent,
},
User: {
getAuthkey: genAuthkey,
getRecord: getGameRecord,
byLoginTicket: {
getTokens: getTokensByLoginTicket,