空!
This commit is contained in:
parent
c9a4116ed6
commit
dabdde33a6
@ -249,7 +249,7 @@ public class AliFaceBodyAdapter implements IFaceBodyAdapter {
|
|||||||
return response.getData().getEntities().stream().map(ListFaceEntitiesResponse.Data.Entity::getEntityId).collect(Collectors.toList());
|
return response.getData().getEntities().stream().map(ListFaceEntitiesResponse.Data.Entity::getEntityId).collect(Collectors.toList());
|
||||||
} catch (ClientException e) {
|
} catch (ClientException e) {
|
||||||
log.error("获取人脸数据失败!", e);
|
log.error("获取人脸数据失败!", e);
|
||||||
return null;
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user