fix: 监控数据本机#号存入

This commit is contained in:
TsMask
2023-11-01 18:19:20 +08:00
parent 67c78ba9a1
commit f3437dd555
4 changed files with 24 additions and 14 deletions

View File

@@ -12,9 +12,9 @@ type MonitorNetwork struct {
Up float64 `json:"up"`
// 下行
Down float64 `json:"down"`
// 网元ID
// 网元ID 本机#号
NeType string `json:"neType"`
// 网元类型
// 网元类型 本机#号
NeID string `json:"neId"`
}