package adminkindboxreqparam type DeliverKindBoxReqRequest struct { KindBoxReqID uint `json:"-" param:"id"` SerialNumbers []string `json:"serial_numbers" example:"1,2,3"` } type DeliverKindBoxReqResponse struct{}