v3.10.28 feat(): added new endpoints, updated examples

This commit is contained in:
JJ-Cro
2025-01-06 11:17:18 +01:00
parent a88c5003b0
commit 6ae65220f9
7 changed files with 1734 additions and 7522 deletions

View File

@@ -78,6 +78,14 @@ export interface SubAccountAllApiKeysResultV5 {
nextPageCursor: string;
}
export interface AffiliateUserListItemV5 {
userId: string;
registerTime: string;
source: string;
remarks: string;
isKyc: boolean;
}
export interface AffiliateUserInfoV5 {
uid: string;
vipLevel: string;