|
@@ -30,6 +30,11 @@ public class StudentCloudServiceClient extends AbstractCloudClientSupport implem
|
|
return post("student/updatePassword", req, UpdatePasswordResp.class);
|
|
return post("student/updatePassword", req, UpdatePasswordResp.class);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
+ public UpdatePhotoPathResp updatePhotoPath(UpdatePhotoPathReq req) {
|
|
|
|
+ return post("student/updatePhotoPath", req, UpdatePhotoPathResp.class);
|
|
|
|
+ }
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
public UpdateStudentStatusResp updateStudentStatus(UpdateStudentStatusReq req) {
|
|
public UpdateStudentStatusResp updateStudentStatus(UpdateStudentStatusReq req) {
|
|
return post("student/updateStudentStatus", req, UpdateStudentStatusResp.class);
|
|
return post("student/updateStudentStatus", req, UpdateStudentStatusResp.class);
|