diff --git a/database/model/model.go b/database/model/model.go index c1079914..bf555515 100644 --- a/database/model/model.go +++ b/database/model/model.go @@ -74,7 +74,7 @@ type Client struct { Email string `json:"email"` TotalGB int64 `json:"totalGB" form:"totalGB"` ExpiryTime int64 `json:"expiryTime" form:"expiryTime"` - Enable bool `json:"enable" from:"enable"` - TgID string `json:"tgId" from:"tgId"` - SubID string `json:"subId" from:"subId"` + Enable bool `json:"enable" form:"enable"` + TgID string `json:"tgId" form:"tgId"` + SubID string `json:"subId" form:"subId"` }