聊天增加图片功能

This commit is contained in:
yml2213
2026-05-29 12:56:25 +08:00
parent 3b8b65ab56
commit 0f44b024cb
11 changed files with 590 additions and 28 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ type MessageDTO struct {
}
type SendMessageRequest struct {
Content string `json:"content" binding:"required"`
Content string `json:"content"`
AttachmentURLS []string `json:"attachment_urls"`
}
type TransferRequest struct {