|
package benefactorkindboxreqparam
|
|
|
|
type KindBoxReqGetRequest struct {
|
|
BenefactorID uint `json:"-"`
|
|
KindBoxReqID uint `param:"id"`
|
|
}
|
|
|
|
type KindBoxReqGetResponse struct {
|
|
Data Data `json:"data"`
|
|
FieldErrors map[string]string `json:"field_errors,omitempty"`
|
|
}
|