fix: content update

This commit is contained in:
Gordon 2023-07-07 11:36:00 +08:00
parent f44ba40098
commit 91cb0607e3

View File

@ -171,7 +171,7 @@ type CustomElem struct {
Extension string `mapstructure:"extension"`
}
type TextElem struct {
Text string `mapstructure:"text" validate:"required"`
Content string `mapstructure:"content" validate:"required"`
}
type RevokeElem struct {