feat(user): Add 'gift_amount' field and update related references in user services and components

This commit is contained in:
web@ppanel
2025-01-08 23:25:13 +07:00
parent a4e9d5da59
commit b13c77e9b7
6 changed files with 16 additions and 10 deletions
+4
View File
@@ -192,6 +192,8 @@ declare namespace API {
referer_user: string;
refer_code: string;
balance: number;
commission: number;
gift_amount: number;
is_admin: boolean;
};
@@ -989,6 +991,8 @@ declare namespace API {
password: string;
avatar: string;
balance: number;
commission: number;
gift_amount: number;
telegram: number;
refer_code: string;
referer_id: number;