package pricing // ControllerV1 是套餐定价控制器。 type ControllerV1 struct{} // NewV1 创建套餐定价控制器实例。 func NewV1() *ControllerV1 { return &ControllerV1{} }