model/request/contact.go @@ -31,3 +31,7 @@ PageInfo Keyword string `json:"keyword"` } type DeleteContact struct { Ids []int `json:"ids"` }