尝试修复在线设备数上报后有概率被限制链接

This commit is contained in:
wyx2685
2024-08-31 16:02:50 +09:00
parent 173c48a76f
commit 8d7168c6a4
4 changed files with 11 additions and 20 deletions

View File

@@ -24,7 +24,6 @@ type Client struct {
nodeEtag string
userEtag string
responseBodyHash string
LastReportOnline map[int]int
UserList *UserListBody
AliveMap *AliveMap
}