|
|
@@ -243,7 +243,7 @@ public class ScheduleController {
|
|
|
@GetMapping(value = "/login-url")
|
|
|
@ApiOperation(value = "获取单点登录地址")
|
|
|
@SaCheckPermission("evaluateobject:detail")
|
|
|
- public RT<String> getAccessToken(CourseTablePreCheckDto dto) throws Exception {
|
|
|
+ public RT<String> getAccessToken() throws Exception {
|
|
|
XjrUser xjrUser = teacherService.getById(StpUtil.getLoginIdAsLong());
|
|
|
long timeMillis = System.currentTimeMillis();
|
|
|
String sign = ScheduleUtil.createSign(timeMillis);
|