提交 ac77b3fd authored 作者: yangqi's avatar yangqi

1

上级 9b08adce
......@@ -50,7 +50,7 @@ public class FaceController {
@NoAuth
@GetMapping("/getFace")
public ApiResponse<Object> updateFace(String dbName, String entityId) throws Exception {
public ApiResponse<Object> getFace(String dbName, String entityId) throws Exception {
Map<String, Object> map = faceService.getFace(dbName, entityId);
return new ApiResponse<>(map);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论