视频连线
This commit is contained in:
@@ -64,7 +64,7 @@ type MeetingChatDTO struct {
|
||||
type CreateMeetingRoomRequest struct {
|
||||
Title string `json:"title" binding:"required,min=1,max=200"` // 会议标题
|
||||
Password string `json:"password" binding:"omitempty,min=4,max=20"` // 可选入会密码(纯文本入参,服务端 bcrypt 哈希存储)
|
||||
MaxMembers int `json:"max_members" binding:"omitempty,min=2,max=8"` // 可选上限(MVP 硬上限 8,留参数为 Phase 2e-3 扩展)
|
||||
MaxMembers int `json:"max_members" binding:"omitempty,min=2"` // 可选上限
|
||||
}
|
||||
|
||||
// CreateMeetingRoomResponse 创建会议响应
|
||||
|
||||
Reference in New Issue
Block a user