package request type GetProductList struct { PageInfo KeyWord string `json:"keyWord"` } type QueryOperationList struct { PageInfo ProductId string `json:"productId"` }