|
package agentkindboxreqparam
|
|
|
|
type DeliverKindBoxReqRequest struct {
|
|
KindBoxReqID uint `json:"-" param:"id"`
|
|
SerialNumbers []string `json:"serial_numbers" example:"1,2,3"`
|
|
}
|
|
|
|
type DeliverKindBoxReqResponse struct {
|
|
FieldErrors map[string]string `json:"field_errors,omitempty"`
|
|
}
|