feat(affiliate): Affiliate Detail

This commit is contained in:
web@ppanel
2024-11-21 14:48:24 +07:00
parent 98c1c3047f
commit a782c17a59
14 changed files with 135 additions and 28 deletions
+1 -1
View File
@@ -212,6 +212,7 @@ declare namespace API {
};
type QueryUserAffiliateResponse = {
sum: number;
list: UserAffiliate[];
total: number;
};
@@ -353,7 +354,6 @@ declare namespace API {
type UserAffiliate = {
email: string;
avatar: string;
telegram: number;
registered_at: number;
enable: boolean;
};