mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
@@ -33,7 +33,7 @@ export async function getGameRecord(
|
||||
})
|
||||
.then((res) => {
|
||||
if (res.data.retcode !== 0) {
|
||||
return res.data;
|
||||
return <TGApp.BBS.Response.Base>res.data;
|
||||
}
|
||||
return res.data.data;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user