zhangqian
2023-08-28 4af9a94256e5109a6b09a6e3e61f72c43e80db50
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) {