套餐可以设置带宽限制

This commit is contained in:
GoEdgeLab
2024-01-11 15:22:37 +08:00
parent 75b26b08a5
commit f6a78ae680
13 changed files with 667 additions and 281 deletions

View File

@@ -256,9 +256,7 @@ func (this *ServerConfig) Init(ctx context.Context) (results []error) {
results = append(results, err)
}
if this.UserPlan.Plan != nil {
this.planId = this.UserPlan.Plan.Id
}
this.planId = this.UserPlan.PlanId
}
// UAM