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