|
@@ -240,7 +240,7 @@ public class ScheduleController {
|
|
|
return RT.fileStream(bot.toByteArray(), "scheduleWeek" + ExcelTypeEnum.XLSX.getValue());
|
|
return RT.fileStream(bot.toByteArray(), "scheduleWeek" + ExcelTypeEnum.XLSX.getValue());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @GetMapping(value = "/access-token")
|
|
|
|
|
|
|
+ @GetMapping(value = "/login-url")
|
|
|
@ApiOperation(value = "获取单点登录地址")
|
|
@ApiOperation(value = "获取单点登录地址")
|
|
|
@SaCheckPermission("evaluateobject:detail")
|
|
@SaCheckPermission("evaluateobject:detail")
|
|
|
public RT<String> getAccessToken(CourseTablePreCheckDto dto) throws Exception {
|
|
public RT<String> getAccessToken(CourseTablePreCheckDto dto) throws Exception {
|