follow.go 177 B

1234567
  1. package request
  2. type FollowReq struct {
  3. UserId int `description:"用户ID"`
  4. CompanyId int `description:"公司ID"`
  5. Type int `description:"类型 0取关 1关注"`
  6. }