|
@@ -36,7 +36,7 @@ public class StudentCloudServiceClient extends BasicCloudClientSupport
|
|
|
|
|
|
@Override
|
|
|
public SaveStudentResp saveStudent(SaveStudentReq studentReq) {
|
|
|
- return post("student/insertOrUpdateStudent", studentReq, SaveStudentResp.class);
|
|
|
+ return post("student/saveStudent", studentReq, SaveStudentResp.class);
|
|
|
}
|
|
|
|
|
|
@Override
|