限制套餐具体到 档位
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
@@ -2455,8 +2455,9 @@ type SubscribeConfig struct {
}
type SubscribeDiscount struct {
Quantity int64 `json:"quantity"`
Discount float64 `json:"discount"`
Quantity int64 `json:"quantity"`
Discount float64 `json:"discount"`
NewUserOnly bool `json:"new_user_only"`
}
type SubscribeGroup struct {