larksuite / oapi-sdk-go

larksuite oapi sdk by golang
MIT License
430 stars 87 forks source link

飞书审批的client 的参数 json 设置有问题 #82

Open currentperson opened 2 years ago

currentperson commented 2 years ago

type FieldGroup struct { Writable []string json:"writable,omitempty" // 可写权限的表单项的 id列表 Readable []string json:"readable,omitempty" // 可读权限的表单项的 id列表 }

Writable 如果没有字段需要传,因为有 omitempty 就会报参数没传