Merge pull request #2095 from xue-ding-e/patch-6

Update response.go
This commit is contained in:
PiexlMax(奇淼
2025-09-21 17:32:07 +08:00
committed by GitHub

View File

@@ -18,7 +18,6 @@ const (
)
func Result(code int, data interface{}, msg string, c *gin.Context) {
// 开始时间
c.JSON(http.StatusOK, Response{
code,
data,