diff --git a/server/model/common/response/response.go b/server/model/common/response/response.go index a429b12e..f0e0e531 100644 --- a/server/model/common/response/response.go +++ b/server/model/common/response/response.go @@ -18,7 +18,6 @@ const ( ) func Result(code int, data interface{}, msg string, c *gin.Context) { - // 开始时间 c.JSON(http.StatusOK, Response{ code, data,