Skip to content

Commit

Permalink
fix SheetValueAtUser add UserID field (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
lezizijiang authored Jul 1, 2024
1 parent b48a9f6 commit 14bc318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions type_sheet_content.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ type SheetValueAtUser struct {
TextType string `json:"textType"` // 指定text字段的传入的内容,可选email,openId,unionId;
Notify bool `json:"notify"` // 是否发送飞书消息,没有阅读权限的用户不会收到飞书消息;
GrantReadPermission bool `json:"grantReadPermission"` // 是否赋予该用户阅读权限(仅在独立表格中支持该字段);
UserID string `json:"userID"` // 用户 id,可选 larkId,openId,unionId,原本 text 不会返 id;
}

// 公式
Expand Down

0 comments on commit 14bc318

Please sign in to comment.