🌱 完成相关请求,待测试 #47

This commit is contained in:
BTMuli
2023-09-30 16:13:05 +08:00
parent 137180028e
commit bd67ee7a25
6 changed files with 306 additions and 91 deletions

View File

@@ -15,12 +15,13 @@ import { getGameAccountsByCookie, getGameAccountsBySToken } from "./getGameAccou
import { getGameRecord } from "./getGameRecord";
import { getLTokenBySToken } from "./getLToken";
import { getGameRoleListByLToken } from "./getRoleList";
import { getStokenByGameToken } from "./getStoken";
import getSyncAvatarDetail from "./getSyncAvatarDetail";
import getSyncAvatarListAll from "./getSyncAvatarListAll";
import { getTokensByLoginTicket } from "./getTokens";
import { getUserInfoByCookie } from "./getUserInfo";
import { getVerification, submitVerification } from "./operVerification";
import { verifyLToken } from "./verifyLToken";
import { getStokenByGameToken } from "./getStoken";
const TGRequest = {
Anno: {
@@ -56,6 +57,10 @@ const TGRequest = {
getSyncAvatarListAll,
getSyncAvatarDetail,
},
verification: {
get: getVerification,
verify: submitVerification,
},
},
};