修复一处注释

This commit is contained in:
GoEdgeLab
2022-08-07 11:18:16 +08:00
parent 37486eba8c
commit 2bc7de1438
2 changed files with 6 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ func httpRequestNextId() string {
httpRequestTimestamp = unixTime
}
// timestamp + requestId + nodeId
// timestamp + nodeId + requestId
return unixTimeString + teaconst.NodeIdString + strconv.Itoa(int(atomic.AddInt32(&httpRequestId, 1)))
}