weiwenhai 6 éve
szülő
commit
faeac1af23

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/service/impl/NetExamServiceImpl.java

@@ -181,7 +181,7 @@ public class NetExamServiceImpl implements NetExamService {
     @Override
     public Result getExamRecordTotalInfo(String key, String token, String examRecordId) throws Exception {
         //封装请求参数
-        final String requestUrl = String.format("%s/api/practice_detail?examRecordId=%s", propertyService.getNetExamUrl(), examRecordId);
+        final String requestUrl = String.format("%s/api/ecs_oe_student/practice/getPracticeDetailInfo?examRecordDataId=%s", propertyService.getNetExamUrl(), examRecordId);
         return HttpUtils.doGet(requestUrl, key, token);
     }