type,omitempty

This commit is contained in:
cn-hideyoshi 2024-12-10 19:21:50 +08:00
parent 45b0bfde33
commit 65430223cd
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ type BaseSdk struct {
} }
type OaMenuButton struct { type OaMenuButton struct {
Type string `json:"type"` Type string `json:"type,omitempty"`
Name string `json:"name"` Name string `json:"name"`
Key string `json:"key,omitempty"` Key string `json:"key,omitempty"`
Url string `json:"url,omitempty"` Url string `json:"url,omitempty"`