add log
This commit is contained in:
@@ -240,6 +240,12 @@ public class ISVHttpRequest {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* 更新飞书日程
|
||||
* @param param
|
||||
* @return
|
||||
* @throws ApiException
|
||||
*/
|
||||
public UserCalendarsEventDTO updateUserCalendarEvent(UpdateCalendarEventDTO param) throws ApiException{
|
||||
String url = isvDomain + "/isv/user/updateUserCalendarEvent";
|
||||
ResultDTO responseEntity = null;
|
||||
@@ -256,6 +262,12 @@ public class ISVHttpRequest {
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* 取消飞书日程
|
||||
* @param param
|
||||
* @return
|
||||
* @throws ApiException
|
||||
*/
|
||||
public UserCalendarsEventDTO deleteUserCalendarEvent(DeleteCalendarEventDTO param) throws ApiException {
|
||||
String url = isvDomain + "/isv/user/deleteUserCalendarEvent";
|
||||
ResultDTO responseEntity = null;
|
||||
|
||||
Reference in New Issue
Block a user