enum ErrorCode{ ERR_ACCOUNT_NOT_EXISTED = 6100, ERR_ACCOUNT_REPEAT = 6101, ERR_ACCOUNT_PSD = 6102 } export default ErrorCode