package request type OrderRequest struct { ProductID int `json:"productId" form:"productId"` Num int `json:"num" form:"num"` }