add remove user token #34

This commit is contained in:
ljw
2024-10-31 22:29:12 +08:00
parent 5edbb39a63
commit 273ac6d1a8
15 changed files with 579 additions and 23 deletions
+1
View File
@@ -38,6 +38,7 @@ type PeerQuery struct {
TimeAgo int `json:"time_ago" form:"time_ago"`
Id string `json:"id" form:"id"`
Hostname string `json:"hostname" form:"hostname"`
Uuids string `json:"uuids" form:"uuids"`
}
type SimpleDataQuery struct {