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
+1
View File
@@ -41,6 +41,7 @@ type (
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"`
}