package structs type YiBanResponse struct { Code int `json:"code"` Msg string `json:"msg"` }