增加${requestId}变量

This commit is contained in:
刘祥超
2021-12-02 11:30:47 +08:00
parent c9bd9fd460
commit ca0571a21b
8 changed files with 101 additions and 25 deletions

View File

@@ -8,5 +8,6 @@ var (
InTrafficBytes = uint64(0)
OutTrafficBytes = uint64(0)
NodeId int64 = 0
NodeId int64 = 0
NodeIdString = ""
)