|
@@ -104,7 +104,7 @@ public class FaceCloudServiceProvider extends ControllerSupport implements FaceC
|
|
return resp;
|
|
return resp;
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "获取可用的faceset集合")
|
|
|
|
|
|
+ @ApiOperation(value = "获取学生人脸数据")
|
|
@PostMapping("getStudentFace")
|
|
@PostMapping("getStudentFace")
|
|
@Override
|
|
@Override
|
|
public GetStudentFaceResp getStudentFace(@RequestBody GetStudentFaceReq req) {
|
|
public GetStudentFaceResp getStudentFace(@RequestBody GetStudentFaceReq req) {
|