package httpBean type SearchBase struct { Q string `json:"q"` Page int64 `json:"page"` }