fix: 监控数据本机#号存入
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user