Skip to content

Commit bf68a7f

Browse files
author
zhaomingqiang
committed
fix message card action value
1 parent 0ab9ca7 commit bf68a7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

card/model/card.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ type Card struct {
5151
}
5252

5353
type Action struct {
54-
Value map[string]string `json:"value"`
55-
Tag string `json:"tag"`
56-
Option string `json:"option"`
57-
Timezone string `json:"timezone"`
54+
Value map[string]interface{} `json:"value"`
55+
Tag string `json:"tag"`
56+
Option string `json:"option"`
57+
Timezone string `json:"timezone"`
5858
}

0 commit comments

Comments
 (0)