浏览代码

排课工具单点登录接口调整

dzx 1 年之前
父节点
当前提交
d889705316
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/xjrsoft/module/schedule/controller/ScheduleController.java

+ 1 - 1
src/main/java/com/xjrsoft/module/schedule/controller/ScheduleController.java

@@ -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);