飞书审批的client 的参数 json 设置有问题
currentperson opened this issue · 0 comments
currentperson commented
type FieldGroup struct {
Writable []string json:"writable,omitempty"
// 可写权限的表单项的 id列表
Readable []string json:"readable,omitempty"
// 可读权限的表单项的 id列表
}
Writable 如果没有字段需要传,因为有 omitempty 就会报参数没传