fix
wangpengfei
2023-08-24 2128d417cbb9136ad5d8448fef7ce62a082922be
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) {