Jeffery Naraine
Results
1
issues of
Jeffery Naraine
sdk中封装的struct返回值的字段与文档不一致 https://github.com/larksuite/oapi-sdk-go/blob/main/service/suite/v1/model.go/#L12 type DocsEntity struct { DocsToken string `json:"docs_token,omitempty"` DocsType string `json:"docs_type,omitempty"` Title string `json:"title,omitempty"` DocsOwner string `json:"docs_owner,omitempty"` ForceSendFields []string `json:"-"` } sdk中的是 docs_owner,而文档中的是owner_id https://open.feishu.cn/document/ukTMukTMukTM/ugDM4UjL4ADO14COwgTN