sendUser.go 78 B

123456
  1. package request
  2. type SendUser struct {
  3. ID []string
  4. ProblemID uint
  5. }