You've already forked FrameTour-BE
bug
This commit is contained in:
@ -54,11 +54,6 @@ public class FaceController {
|
||||
public ApiResponse<Integer> deleteByIds(@RequestBody List<Long> ids) {
|
||||
return faceService.deleteByIds(ids);
|
||||
}
|
||||
@ApiOperation("修改用户人脸信息")
|
||||
@PostMapping("/update")
|
||||
public ApiResponse<Integer> update(@RequestBody FaceEntity face) {
|
||||
return faceService.update(face);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user