lark icon indicating copy to clipboard operation
lark copied to clipboard

Feishu(飞书)/Lark Open API Go SDK, Support ALL Open API and Event Callback.

Results 15 lark issues
Sort by recently updated
recently updated
newest added

**Describe the bug** 我想获取最近离职的员工,通过 `StartTime` 和 `EndTime` 参数时获取的离职员工并没有我想要的离职人员。 **To Reproduce** ``` package main import ( "context" "fmt" "github.com/alibabacloud-go/tea/tea" "github.com/chyroc/lark" ) func InitFeiShuClient() *lark.Lark { return lark.New(lark.WithAppCredential( "cli_xxxxx", "xxxxxxxx", )) }...

![img_v3_02c5_e310c492-38ec-441c-ba10-437f657322hu](https://github.com/chyroc/lark/assets/18031867/8ec83a33-7840-466a-ae8f-3d06272a7eb1) ![image](https://github.com/chyroc/lark/assets/18031867/0ceca37d-33b7-4deb-8ea1-5736cf32cdb6)

看了下master里面关于云文档的api,发现缺少了 "批量更新块的内容"。 对应api文档 [批量更新块的内容](https://open.larkoffice.com/document/server-docs/docs/docs/docx-v1/document-block/batch_update) 有计划在新版本支持吗?