mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🚚 info → record
This commit is contained in:
@@ -41,7 +41,7 @@ async function getInfo1 () {
|
||||
account_id: account_id.value,
|
||||
};
|
||||
console.log(ck);
|
||||
const res = await TGRequest.User.getCard(ck, user.value);
|
||||
const res = await TGRequest.User.getRecord(ck, user.value);
|
||||
console.log(res);
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@ async function getInfo2 () {
|
||||
ltuid: ltuid.value,
|
||||
};
|
||||
console.log(ck);
|
||||
const res = await TGRequest.User.getCard(ck, user.value);
|
||||
const res = await TGRequest.User.getRecord(ck, user.value);
|
||||
console.log(res);
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user