This commit is contained in:
2025-09-14 23:41:00 -07:00
parent 602ecc31bc
commit 2d4bfe0330
4 changed files with 6 additions and 0 deletions
+2
View File
@@ -2035,6 +2035,7 @@ type UpdateUserBasiceInfoRequest struct {
Telegram int64 `json:"telegram"`
ReferCode string `json:"refer_code"`
RefererId int64 `json:"referer_id"`
Remark string `json:"remark"`
Enable bool `json:"enable"`
IsAdmin bool `json:"is_admin"`
}
@@ -2081,6 +2082,7 @@ type User struct {
Telegram int64 `json:"telegram"`
ReferCode string `json:"refer_code"`
RefererId int64 `json:"referer_id"`
Remark string `json:"remark"`
Enable bool `json:"enable"`
IsAdmin bool `json:"is_admin,omitempty"`
EnableBalanceNotify bool `json:"enable_balance_notify"`