http.go 80 B

12345
  1. package model
  2. type ParamBatchInfo struct {
  3. MIDs []int64 `form:"mids,split"`
  4. }