mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-31 06:29:46 +08:00
✏️ TakumiApi → takumiReq
This commit is contained in:
@@ -206,11 +206,11 @@ async function getObcHomePosition(): Promise<
|
||||
return DfsObc(data);
|
||||
}
|
||||
|
||||
const TakumiApi = {
|
||||
const takumiReq = {
|
||||
auth: { actionTicket: getActionTicketBySToken },
|
||||
bind: { authKey: genAuthKey, authKey2: genAuthKey2, gameRoles: getUserGameRolesByCookie },
|
||||
game: { stoken: getSTokenByGameToken },
|
||||
obc: { gacha: getObcGachaPool, position: getObcHomePosition },
|
||||
};
|
||||
|
||||
export default TakumiApi;
|
||||
export default takumiReq;
|
||||
|
||||
Reference in New Issue
Block a user