🎨 新增封禁用户返回,新增批量上传机器人功能
This commit is contained in:
@@ -14,3 +14,7 @@ type BotSearch struct {
|
||||
type FindKey struct {
|
||||
KeyWord string `json:"keyWord" form:"keyWord"`
|
||||
}
|
||||
|
||||
type BulkBot struct {
|
||||
Files []string `json:"files" form:"files" binding:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user