type,omitempty
This commit is contained in:
parent
45b0bfde33
commit
65430223cd
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue