larksuite/oapi-sdk-go

Bitable的部分api参数类型错误

Nomango opened this issue · 1 comments

例如

func (builder *ListAppTableRecordReqBuilder) FieldNames(fieldNames string) *ListAppTableRecordReqBuilder {

func (builder *ListAppTableRecordReqBuilder) Sort(sort string) *ListAppTableRecordReqBuilder {

这两个字段应该是 []string 类型

是否有考虑开源 oapi sdk gen 的代码呢?