feat: getBuddyV2ExWithCate

This commit is contained in:
手瓜一十雪
2024-08-04 16:45:14 +08:00
parent dfc7c7357a
commit 8a5d4a683b
2 changed files with 9 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ export class GetFriendWithCategory extends BaseAction<void, any> {
//全新逻辑
return OB11Constructor.friendsV2(await NTQQFriendApi.getBuddyV2ExWithCate(true));
} else {
throw new Error('not support');
throw new Error('this ntqq version not support, must be 26702 or later');
}
}
}