package enum const ( NormalError = 1 //普通报错 NoAuthError = 401 //没有权限 //错误类型 DatabaseError = "database error" RedisError = "redis error" )