♻️ 重构收藏数据库,更加beauty

This commit is contained in:
目棃
2024-03-20 02:25:51 +08:00
parent 66c6d3a3a5
commit 5d59245761
12 changed files with 609 additions and 187 deletions

View File

@@ -35,6 +35,7 @@ const TGRequest = {
User: {
getAuthkey: genAuthkey,
getAuthkey2: genAuthkey2,
getCollect: getUserCollect,
getGachaLog,
getRecord: getGameRecord,
byLoginTicket: {
@@ -44,7 +45,6 @@ const TGRequest = {
getAbyss,
getAccounts: getGameAccountsByCookie,
getUserInfo: getUserInfoByCookie,
getCollect: getUserCollect,
},
byLToken: {
verify: verifyLToken,