调整部分命名

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

@@ -45,7 +45,7 @@ func (this *CreatePopupAction) RunPost(params struct {
}
// 阈值设置
var thresholds = []*nodeconfigs.NodeValueThresholdConfig{}
var thresholds = []*nodeconfigs.IPAddressThresholdConfig{}
if teaconst.IsPlus && len(params.ThresholdsJSON) > 0 {
_ = json.Unmarshal(params.ThresholdsJSON, &thresholds)
}