This commit is contained in:
2026-01-27 10:42:04 -08:00
parent 48c92ea374
commit d1d95618ad
10 changed files with 533 additions and 57 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ type (
GiftAmount int64 `json:"gift_amount"`
Telegram int64 `json:"telegram"`
ReferCode string `json:"refer_code"`
RefererId int64 `json:"referer_id"`
RefererId *int64 `json:"referer_id"`
Enable bool `json:"enable"`
IsAdmin bool `json:"is_admin"`
MemberStatus string `json:"member_status"`