Merge branch 'fix/reason' into 'main'

fix: reason item

See merge request opensource/answer!30
This commit is contained in:
杨光富 2022-09-30 03:56:25 +00:00
commit a113d4caa9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ type ReasonItem struct {
Name string `json:"name"`
Description string `json:"description"`
ContentType string `json:"content_type"`
Placeholder string `json:"placeholder"`
}
type ReasonReq struct {