|
@@ -119,9 +119,9 @@ public class CoreOeServiceImpl implements CoreOeService {
|
|
|
//封装请求参数
|
|
|
String requestUrl=null;
|
|
|
if("1".equals(fromCache)) {
|
|
|
- requestUrl = String.format("%s/api/ecs_oe_student/examRecordPaperStruct/getExamRecordPaperStruct?fromCache=1&examRecordDataId=%s", sysProperty.getCoreOeStudentUrl(), examRecordId);
|
|
|
+ requestUrl = String.format("%s/api/ecs_oe_admin/examRecordPaperStruct/getExamRecordPaperStruct?fromCache=1&examRecordDataId=%s", sysProperty.getCoreOeAdminUrl(), examRecordId);
|
|
|
}else {
|
|
|
- requestUrl = String.format("%s/api/ecs_oe_student/examRecordPaperStruct/getExamRecordPaperStruct?examRecordDataId=%s", sysProperty.getCoreOeStudentUrl(), examRecordId);
|
|
|
+ requestUrl = String.format("%s/api/ecs_oe_admin/examRecordPaperStruct/getExamRecordPaperStruct?examRecordDataId=%s", sysProperty.getCoreOeAdminUrl(), examRecordId);
|
|
|
}
|
|
|
return HttpUtils.doGet(requestUrl, key, token);
|
|
|
}
|