🌱 完成深渊数据获取

This commit is contained in:
BTMuli
2023-05-22 18:35:45 +08:00
parent cc20aa430a
commit 3c639cf0d2
8 changed files with 59 additions and 20 deletions

View File

@@ -5,6 +5,7 @@
* @since Alpha v0.2.0
*/
import { getAbyss } from "./getAbyss";
import { getAnnoList, getAnnoContent } from "./getAnno";
import { getCookieTokenBySToken } from "./getCookieToken";
// import * from "./getEnkaData.ts";
@@ -29,6 +30,7 @@ const TGRequest = {
getTokens: getTokensByLoginTicket,
},
byCookie: {
getAbyss,
getAccounts: getGameAccountsByCookie,
getUserInfo: getUserInfoByCookie,
},