调整部分命名

This commit is contained in:
刘祥超
2021-09-14 19:39:41 +08:00
parent 8db6a33e15
commit 713de74abb
3 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ func (this *UpdatePopupAction) RunPost(params struct {
this.Fail("请输入正确的IP")
}
var thresholds = []*nodeconfigs.NodeValueThresholdConfig{}
var thresholds = []*nodeconfigs.IPAddressThresholdConfig{}
if teaconst.IsPlus && len(params.ThresholdsJSON) > 0 {
_ = json.Unmarshal(params.ThresholdsJSON, &thresholds)
}