package command type BatchDeleteCommand struct { // 用户账号 Uids []int64 `json:"ids"` }