优化快捷回复功能

This commit is contained in:
yml2213
2026-05-29 13:26:30 +08:00
parent 0f44b024cb
commit f89e694fd0
7 changed files with 78 additions and 15 deletions
+1
View File
@@ -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 {