批量
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m53s

This commit is contained in:
2026-05-11 14:54:23 +08:00
parent 93200a9074
commit 1350a9ed79
8 changed files with 613 additions and 210 deletions

View File

@@ -126,7 +126,7 @@ func registerDeviceRoutes(router fiber.Router, handler *admin.DeviceHandler, imp
Register(devices, doc, groupPath, "PATCH", "/series-binding", handler.BatchSetSeriesBinding, RouteSpec{
Summary: "批量设置设备的套餐系列绑定",
Description: "批量设置或清除设备与套餐系列分配的关联关系。参数:series_id套餐系列ID0表示清除关联。",
Description: "批量设置或清除设备与套餐系列分配的关联关系。series_id 为目标套餐系列ID0表示清除关联。支持 selection_type=list/range/filterlist 传 device_ids兼容旧请求不传 selection_type 时默认按 device_ids 处理range 传 virtual_no_start/virtual_no_endfilter 按筛选条件选择完整结果,不受列表分页限制。",
Tags: []string{"设备管理"},
Input: new(dto.BatchSetDeviceSeriesBindngRequest),
Output: new(dto.BatchSetDeviceSeriesBindngResponse),