Skip to content

Commit 182af9a

Browse files
authored
Update response.go
删除多余注释
1 parent 424c5b2 commit 182af9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/model/common/response/response.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const (
1818
)
1919

2020
func Result(code int, data interface{}, msg string, c *gin.Context) {
21-
// 开始时间
2221
c.JSON(http.StatusOK, Response{
2322
code,
2423
data,

0 commit comments

Comments
 (0)