Skip to content

Commit

Permalink
feat:菜单消息支持结束文本
Browse files Browse the repository at this point in the history
  • Loading branch information
NICEXAI committed Sep 9, 2021
1 parent ae86228 commit e620170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sendmsg/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ type Menu struct {
MsgMenu struct {
HeadContent string `json:"head_content"` // 消息内容,不多于1024字节
List []interface{} `json:"list"` // 菜单项配置
TailContent string `json:"tail_content"` // 结束文本, 不多于1024字
} `json:"msgmenu"`
}

Expand Down

0 comments on commit e620170

Please sign in to comment.