聊天增加图片功能
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user