larksuite / oapi-sdk-go

larksuite oapi sdk by golang
MIT License
417 stars 85 forks source link

Fix Missing required parameter: Value. #134

Closed boldmanQ closed 5 months ago

boldmanQ commented 5 months ago

https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/bitable-v1/app-table-record/record-filter-guide

When filter conditions Operator is "isNotEmpty" or "isEmpty", the Value field should be empty slice []. But the Value json:"omitempty" tag will cause value key missing.

image image

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

maemual commented 5 months ago

sry,这个 PR 无法合并。主要是因为 SDK 中,涉及到业务的 API、Model 定义之类的,全部都是通过模板基于中心接口定义配置自动化生成的,所以就算现在 PR 里改了,下次发版还是会覆盖掉的。