mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
feat: 批量转移服务器给其他用户
This commit is contained in:
@@ -53,3 +53,8 @@ type ServiceResponse struct {
|
||||
Services map[uint64]ServiceResponseItem `json:"services,omitempty"`
|
||||
CycleTransferStats map[uint64]CycleTransferStats `json:"cycle_transfer_stats,omitempty"`
|
||||
}
|
||||
|
||||
type BatchMoveServerForm struct {
|
||||
Ids []uint64 `json:"ids,omitempty" validate:"required"`
|
||||
ToUser uint64 `json:"to_user,omitempty" validate:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user