优化代码

This commit is contained in:
刘祥超
2022-01-09 10:53:21 +08:00
parent b6cc826a54
commit ecaa45db34
4 changed files with 26 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
package teaconst
import "github.com/TeaOSLab/EdgeCommon/pkg/nodeconfigs"
var (
// 流量统计
@@ -10,4 +12,6 @@ var (
NodeId int64 = 0
NodeIdString = ""
GlobalProductName = nodeconfigs.DefaultProductName
)