限制套餐具体到 档位
Build docker and publish / build (20.15.1) (push) Successful in 7m45s

This commit is contained in:
2026-03-08 21:25:07 -07:00
parent 69028898a4
commit 79a97ec569
7 changed files with 92 additions and 21 deletions
+3 -2
View File
@@ -73,8 +73,9 @@ func (s *Subscribe) BeforeUpdate(tx *gorm.DB) error {
}
type Discount struct {
Months int64 `json:"months"`
Discount int64 `json:"discount"`
Months int64 `json:"months"`
Discount int64 `json:"discount"`
NewUserOnly bool `json:"new_user_only"`
}
type Group struct {