增加本地节点Hash辅助判断信息

This commit is contained in:
wyx2685
2024-02-06 20:26:30 +09:00
parent 0d274bcf61
commit 73f9b19222
3 changed files with 16 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ type Client struct {
NodeId int
nodeEtag string
userEtag string
responseBodyHash string
LastReportOnline map[int]int
}