oapi-sdk-java icon indicating copy to clipboard operation
oapi-sdk-java copied to clipboard

Results 98 oapi-sdk-java issues
Sort by recently updated
recently updated
newest added

`oapi-sdk`调用报错: ```java com.lark.oapi.core.exception.IncorrectSignatureException: The result of signature verification failed at com.lark.oapi.event.EventDispatcher.handle(EventDispatcher.java:200) [oapi-sdk-2.0.2.jar:2.0.2] at com.lark.oapi.sdk.servlet.ext.ServletAdapter.handleEvent(ServletAdapter.java:31) [oapi-sdk-servlet-ext-1.0.0-rc2.jar:1.0.0-rc2] at cn.healthlink.devops.web.controller.EventController.event(EventController.java:73) [classes/:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_221] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_221] at java.lang.reflect.Method.invoke(Method.java:498)...

代码如下: ` public static DepartmentSearchResult searchDepartments(String query) throws Exception { ContactService contactService = new ContactService(config); DepartmentSearchReqBody searchReqBody = new DepartmentSearchReqBody(); searchReqBody.setQuery(query); Response response = contactService.getDepartments().search(searchReqBody).execute(); System.out.println(Jsons.DEFAULT_GSON.toJson(response)); if (response.getCode() == 0)...

I don't seem to see the corresponding SDK in the readme document At the same time, should we add milestones https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table/create

获取子部门时,为什么部门ID只能是long类型的值? 除了跟目录,部门ID都是string类型。没法往下查。

官方API文档:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/drive-v1/export_task/export-user-guide 希望支持,用于在线微文档的下载。 另外想知道是否有快速生成相关 SDK 的方法? 因为看SDK源码里有“// Code generated by lark suite oapi sdk gen” 字样。

LarkAppInstance.receiveLarkNotify接收到事件订阅数据解密以后,会获取解密数据的type属性,但是按照api文档(https://open.feishu.cn/document/ukTMukTMukTM/uYDNxYjL2QTM24iN0EjN/event-subscription-configure-/subscription-event-case)是没有这个属性的,报错receive notify json data, but cannot find type, data: ![image](https://user-images.githubusercontent.com/1735018/178888304-7ff31763-aae3-429f-929c-912ac63030de.png) larksuite-oapi:1.0.18-rc7

如何打印请求和响应日志到文件呢

- [获取主日历](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/primary),对应SDK中calendarService.getCalendars()服务中没有该接口的封装 - [获取日历列表](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/list)、[获取日程](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/get),对应SDK中CalendarEvent对象缺少organizer_calendar_id字段 - [获取日程参与群成员列表](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event-attendee-chat_member/list),对应SDK中CalendarEventAttendeeChatMember对象缺少open_id字段 **在此记录下**

https://open.feishu.cn/document/ukTMukTMukTM/uUDN04SN0QjL1QDN/sheets-v3/spreadsheet/create