「golang」Gin统一response格式

定义response的格式type Response struct {Code int `json:”code”`Data interface{} `json:”data”`Message string `json:”messag