This commit is contained in:
Jerry Yan 2025-04-07 15:51:19 +08:00
parent c9a4116ed6
commit dabdde33a6

View File

@ -249,7 +249,7 @@ public class AliFaceBodyAdapter implements IFaceBodyAdapter {
return response.getData().getEntities().stream().map(ListFaceEntitiesResponse.Data.Entity::getEntityId).collect(Collectors.toList());
} catch (ClientException e) {
log.error("获取人脸数据失败!", e);
return null;
return Collections.emptyList();
}
}
}