|
@@ -109,6 +109,7 @@ public class CoreOeServiceImpl implements CoreOeService {
|
|
|
|
|
|
@Override
|
|
|
public Result getExamRecordHeartbeat(String key, String token) throws Exception {
|
|
|
+ log.warn("{} examHeartbeat...", key);
|
|
|
//封装请求参数
|
|
|
final String requestUrl = String.format("%s/api/ecs_oe_student/examControl/examHeartbeat", sysProperty.getApiDomain());
|
|
|
return HttpUtils.doGet(requestUrl, key, token);
|