add log
This commit is contained in:
@@ -77,6 +77,10 @@
|
||||
<orderEntry type="library" name="Maven: io.netty:netty-transport:4.1.48.Final" level="project" />
|
||||
<orderEntry type="library" name="Maven: io.projectreactor:reactor-core:3.3.4.RELEASE" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.3" level="project" />
|
||||
<orderEntry type="library" name="Maven: com.github.tencentyun:tls-sig-api-v2:2.0" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.json:json:20180130" level="project" />
|
||||
<orderEntry type="library" name="Maven: com.github.librepdf:openpdf:1.3.30" level="project" />
|
||||
<orderEntry type="library" name="Maven: com.google.code.findbugs:jsr305:3.0.2" level="project" />
|
||||
<orderEntry type="module" module-name="coolstore-partner-dao" />
|
||||
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-jdbc:3.0.2" level="project" />
|
||||
<orderEntry type="library" name="Maven: com.zaxxer:HikariCP:3.4.2" level="project" />
|
||||
|
||||
@@ -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