招商经理等

This commit is contained in:
苏竹红
2023-06-15 19:31:10 +08:00
parent 8a67417998
commit 3d52ccaa5b

View File

@@ -65,9 +65,9 @@ public class DeskController {
}
@GetMapping(path = "/interviewSchedule")
@GetMapping(path = "/getUserCalendarsEvents")
@ApiOperation("飞书日程信息")
public ResponseResult<List<UserCalendarsEventDTO>> interviewSchedule(@RequestParam(value = "startTime",required = true) Long startTime,
public ResponseResult<List<UserCalendarsEventDTO>> getUserCalendarsEvents(@RequestParam(value = "startTime",required = true) Long startTime,
@RequestParam(value = "endTime",required = true) Long endTime) throws ApiException {
String userId = CurrentUserHolder.getUserId();