You've already forked FrameTour-BE
修改bug,添加数据统计相关类
This commit is contained in:
@@ -40,6 +40,7 @@ AppFaceController {
|
||||
return faceService.faceUPload(file,scenicId);
|
||||
}
|
||||
|
||||
@ApiOperation("查询人脸照片信息")
|
||||
@GetMapping("/getFaceData")
|
||||
public ApiResponse<FaceRespVO> getFaceData() {
|
||||
JwtInfo worker = JwtTokenUtil.getWorker();
|
||||
|
Reference in New Issue
Block a user