package cust type IdRequiredReq struct { Id int `json:"id" v:"required#请输入Id"` } type IdsReq struct { Id []int `json:"id"` }