We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424c5b2 commit 182af9aCopy full SHA for 182af9a
server/model/common/response/response.go
@@ -18,7 +18,6 @@ const (
18
)
19
20
func Result(code int, data interface{}, msg string, c *gin.Context) {
21
- // 开始时间
22
c.JSON(http.StatusOK, Response{
23
code,
24
data,
0 commit comments