|
package adminkindboxreqparam
|
|
|
|
type KindBoxReqAcceptRequest struct {
|
|
ID uint `json:"-"`
|
|
CountAccepted uint `json:"count_accepted"`
|
|
}
|
|
|
|
type KindBoxReqAcceptResponse struct {
|
|
Data Data `json:"data"`
|
|
FieldErrors map[string]string `json:"field_errors,omitempty"`
|
|
}
|