|
@@ -106,7 +106,7 @@ public class FaceCloudServiceProvider extends ControllerSupport implements FaceC
|
|
|
@ApiOperation(value = "获取可用的faceset集合")
|
|
|
@PostMapping("getStudentFace")
|
|
|
@Override
|
|
|
- public GetStudentFaceResp getStudentFace(GetStudentFaceReq req) {
|
|
|
+ public GetStudentFaceResp getStudentFace(@RequestBody GetStudentFaceReq req) {
|
|
|
Long studentId = req.getStudentId();
|
|
|
|
|
|
if (null == studentId) {
|