mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-03 17:46:36 +08:00
套餐可以设置带宽限制
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user