package response type ( ResponseHead struct { Status int `json:"code"` Msg string `json:"msg"` } )