rzh #1

Merged
jiangyong merged 2 commits from rzh into master 2024-12-10 19:23:47 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 65430223cd - Show all commits

View File

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