liujiandao
2024-01-03 3f5aa5f14c56e55a05902c7e3b9b112eb23ee80d
model/common/response/response.go
@@ -14,7 +14,7 @@
const (
   ERROR   = 7
   SUCCESS = 0
   SUCCESS = 200
)
func Result(code int, data interface{}, msg string, c *gin.Context) {