up address book add version #20

This commit is contained in:
ljw
2024-10-28 19:48:47 +08:00
parent 02232fc343
commit 1191ade8af
4 changed files with 24 additions and 1 deletions

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"`
}