package request type FollowReq struct { UserId int `description:"用户ID"` CompanyId int `description:"公司ID"` Type int `description:"类型 0取关 1关注"` }