package errcode const ( Ok = 0 ServerError = 1 // 服务器错误 DBError = 2 // 数据库错误 )