优化快捷回复功能
This commit is contained in:
@@ -83,6 +83,7 @@ type CreateQuickReplyRequest struct {
|
||||
Title string `json:"title" binding:"required"`
|
||||
Content string `json:"content" binding:"required"`
|
||||
SortOrder int `json:"sort_order"`
|
||||
IsGlobal bool `json:"is_global"`
|
||||
}
|
||||
|
||||
type UpdateQuickReplyRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user