This commit is contained in:
2026-01-12 13:26:33 +08:00
parent 68a9e32131
commit ff8a946d13
2 changed files with 7 additions and 7 deletions

View File

@@ -13,10 +13,6 @@ func convertTianYanChaError(err error) error {
return nil
}
// 检查天眼查服务的错误类型,转换为处理器层的标准错误
if errors.Is(err, tianyancha.ErrNotFound) {
return nil
}
if errors.Is(err, tianyancha.ErrDatasource) {
return errors.Join(processors.ErrDatasource, err)
}