liujiandao
2023-09-22 dd07a07290bf66fde945dbbebc23ae048205775d
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) {