fix: remove sample special usable groups leaking into pricing page (#5906)
Merge pull request #5906 from feitianbubu/fix/pricing-sample-special-usable-group
This commit is contained in:
@@ -25,12 +25,7 @@ var defaultGroupGroupRatio = map[string]map[string]float64{
|
|||||||
|
|
||||||
var groupGroupRatioMap = types.NewRWMap[string, map[string]float64]()
|
var groupGroupRatioMap = types.NewRWMap[string, map[string]float64]()
|
||||||
|
|
||||||
var defaultGroupSpecialUsableGroup = map[string]map[string]string{
|
var defaultGroupSpecialUsableGroup = map[string]map[string]string{}
|
||||||
"vip": {
|
|
||||||
"append_1": "vip_special_group_1",
|
|
||||||
"-:remove_1": "vip_removed_group_1",
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
type GroupRatioSetting struct {
|
type GroupRatioSetting struct {
|
||||||
GroupRatio *types.RWMap[string, float64] `json:"group_ratio"`
|
GroupRatio *types.RWMap[string, float64] `json:"group_ratio"`
|
||||||
|
|||||||
Reference in New Issue
Block a user