larksuite/oapi-sdk-go

多维表格部分接口返回值与返回体结构有diff,会导致json unmarshal err

Opened this issue · 0 comments

  1. client.Bitable.AppTableField.List
    API返回体中description为string,Resp结构是一个struct
      {
        "description": "description",
        // 中间字段隐去
        "type": 3,
        "ui_type": "SingleSelect"
      },
  1. client.Bitable.AppTableView.Patch
    API返回体中AppTableViewPropertyFilterInfoCondition.data.view.property.filter_info.conditions.field_type是int,Resp结构中是string