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

add gradle build system

没有飞书表格写入数据相关的方法嘛,比如这个插入数据接口,看有写实体,但没实现发送请求的部分 https://open.feishu.cn/document/server-docs/docs/sheets-v3/data-operation/prepend-data

springboot 升级到3,默认使用jakarta.servlet sdk不支持

Support CustomEventHandler Can DecryptEvent and Convert EventObject extend BaseEvent or BaseEventV2

使用onCustomizedEvent SDK无法自动解密字符串 用户可以自定义模型,直接转换成用户的模型

oapi-sdk-servlet-ext com.larksuite.oapi 1.0.0-rc3 oapi-sdk com.larksuite.oapi

https://open.feishu.cn/document/server-docs/hire-v1/attachment/get 接口返回对象中包含创建时间,在SDK中com.lark.oapi.service.hire.v1.model.Attachmentd类create_time是int类型 ` /** * 附件创建时间(单位ms) * 示例值:1618899376480 */ @SerializedName("create_time") private Integer createTime;` 执行会出现异常com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: Expected an int but was 1702537517679 at line 1 column 60 path $.data.attachment.create_time

sdk未实现批量发送消息实现 https://open.feishu.cn/document/server-docs/im-v1/batch_message/send-messages-in-batches

修复变量设置错误,这个类对自定义机器人的使用不太友好,可能希望后续优化一下兼容多种情况

down下来以后运行RawApiCall 报 Your request contains an invalid request parameter,我把appId,appSecret和receive_id都已经改掉了,能改的都改了,也确定没问题了,但就是报错 ![Uploading issue.PNG…]()