Skip to content

Commit

Permalink
fix message card action value
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomingqiang committed Mar 11, 2021
1 parent 0ab9ca7 commit bf68a7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions card/model/card.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ type Card struct {
}

type Action struct {
Value map[string]string `json:"value"`
Tag string `json:"tag"`
Option string `json:"option"`
Timezone string `json:"timezone"`
Value map[string]interface{} `json:"value"`
Tag string `json:"tag"`
Option string `json:"option"`
Timezone string `json:"timezone"`
}

0 comments on commit bf68a7f

Please sign in to comment.