mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
✨ 实装 authKey 获取
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user