Update response.go

删除多余注释
This commit is contained in:
Qing Liang 2025-09-11 11:20:52 +08:00 committed by GitHub
parent 424c5b23b4
commit 182af9a1b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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