This commit is contained in:
idranme
2024-09-07 02:56:59 +08:00
parent e14ba108fc
commit bdf1c7fd5f
15 changed files with 19 additions and 20 deletions

View File

@@ -65,7 +65,7 @@ export class NTQQUserApi extends Service {
return ret
}
async getUserDetailInfo(uid: string, _getLevel = false) {
async getUserDetailInfo(uid: string) {
if (getBuildVersion() >= 26702) {
return this.fetchUserDetailInfo(uid)
}