add
wangpengfei
2023-08-25 22f8be097363040e12f8f7b96a92dcea132ac7e8
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) {