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.
2 parents 424c5b2 + 182af9a commit c59a050Copy full SHA for c59a050
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