多维表格部分接口返回值与返回体结构有diff,会导致json unmarshal err
Opened this issue · 0 comments
kaixinqi commented
- client.Bitable.AppTableField.List
API返回体中description为string,Resp结构是一个struct
{
"description": "description",
// 中间字段隐去
"type": 3,
"ui_type": "SingleSelect"
},
- client.Bitable.AppTableView.Patch
API返回体中AppTableViewPropertyFilterInfoCondition.data.view.property.filter_info.conditions.field_type是int,Resp结构中是string