package http type Response struct { Code int `json:"errno"` Message string `json:"errmsg"` Result interface{} `json:"result"` }