|
@@ -233,7 +233,7 @@ public class TEStudentController {
|
|
mqDtoService.assembleSendOneWayMsg(mqDtoLog);
|
|
mqDtoService.assembleSendOneWayMsg(mqDtoLog);
|
|
//mq发送消息end
|
|
//mq发送消息end
|
|
//测试
|
|
//测试
|
|
- String test = SignatureInfo.build(SignatureType.TOKEN, sessionId, token);
|
|
|
|
|
|
+// String test = SignatureInfo.build(SignatureType.TOKEN, sessionId, token);
|
|
Map<String, Object> map = new HashMap<>();
|
|
Map<String, Object> map = new HashMap<>();
|
|
//获取未完考试
|
|
//获取未完考试
|
|
if (Objects.isNull(ExamingDataCacheUtil.getUnFinishedRecordId(teStudent.getId()))) {
|
|
if (Objects.isNull(ExamingDataCacheUtil.getUnFinishedRecordId(teStudent.getId()))) {
|
|
@@ -279,9 +279,9 @@ public class TEStudentController {
|
|
}
|
|
}
|
|
//获取全局考试配置
|
|
//获取全局考试配置
|
|
TEConfig teConfig = teConfigService.getGlobalConfig();
|
|
TEConfig teConfig = teConfigService.getGlobalConfig();
|
|
-// map.put(SystemConstant.ACCESS_TOKEN, token);
|
|
|
|
|
|
+ map.put(SystemConstant.ACCESS_TOKEN, token);
|
|
map.put(SystemConstant.GLOBAL, teConfig);
|
|
map.put(SystemConstant.GLOBAL, teConfig);
|
|
- map.put(SystemConstant.ACCESS_TOKEN, test);
|
|
|
|
|
|
+// map.put(SystemConstant.ACCESS_TOKEN, test);
|
|
map.put(SystemConstant.STUDENT_ACCOUNT, teStudent);
|
|
map.put(SystemConstant.STUDENT_ACCOUNT, teStudent);
|
|
map.put(SystemConstant.SESSION_ID, sessionId);
|
|
map.put(SystemConstant.SESSION_ID, sessionId);
|
|
return ResultUtil.ok(map);
|
|
return ResultUtil.ok(map);
|