up address book add version #20

This commit is contained in:
ljw
2024-10-28 19:48:47 +08:00
parent a1367bcd3d
commit e714549a95
4 changed files with 24 additions and 1 deletions
+4
View File
@@ -39,3 +39,7 @@ type PeerQuery struct {
Id string `json:"id" form:"id"`
Hostname string `json:"hostname" form:"hostname"`
}
type SimpleDataQuery struct {
Ids []string `json:"ids" form:"ids"`
}