package adminkindboxparam type AssignReceiverRequest struct { KindBoxID uint `json:"-" param:"id"` ReceiverAgentID uint `json:"receiver_agent_id"` }