pkg/ecode/code.go @@ -7,4 +7,5 @@ DBErr = 2002 // db错误 RedisErr = 2003 // redis错误 ParamsErr = 2004 // 请求参数错误 NeedConfirmedErr = 2005 // 需要弹窗确认的错误 )