招商经理等
This commit is contained in:
@@ -65,9 +65,9 @@ public class DeskController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@GetMapping(path = "/interviewSchedule")
|
@GetMapping(path = "/getUserCalendarsEvents")
|
||||||
@ApiOperation("飞书日程信息")
|
@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 {
|
@RequestParam(value = "endTime",required = true) Long endTime) throws ApiException {
|
||||||
|
|
||||||
String userId = CurrentUserHolder.getUserId();
|
String userId = CurrentUserHolder.getUserId();
|
||||||
|
|||||||
Reference in New Issue
Block a user