任务列表返回目标名称
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m1s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m1s
This commit is contained in:
@@ -5087,6 +5087,9 @@ components:
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: integer
|
||||
target_name:
|
||||
description: 批量分配目标店铺名称或套餐系列名称,回收和导入任务为空
|
||||
type: string
|
||||
task_no:
|
||||
description: 任务编号
|
||||
type: string
|
||||
@@ -5167,6 +5170,9 @@ components:
|
||||
minimum: 0
|
||||
nullable: true
|
||||
type: integer
|
||||
target_name:
|
||||
description: 批量分配目标店铺名称或套餐系列名称,回收和导入任务为空
|
||||
type: string
|
||||
task_no:
|
||||
description: 任务编号
|
||||
type: string
|
||||
|
||||
@@ -48,6 +48,6 @@ GET /api/admin/devices/import/tasks
|
||||
GET /api/admin/devices/import/tasks/:id
|
||||
```
|
||||
|
||||
响应新增 `operation_type`、`operation_name` 和 `target_id`,逐行失败原因继续通过原详情结构返回。
|
||||
响应新增 `operation_type`、`operation_name`、`target_id` 和 `target_name`;`target_name` 根据操作类型返回目标店铺名称或套餐系列名称,逐行失败原因继续通过原详情结构返回。
|
||||
|
||||
回滚应用版本前应先停止新任务入口并等待处理中的任务结束。迁移新增列保持兼容,不删除既有任务;已经完成的设备归属、套餐系列关系、分配记录和资产审计不得通过清表回滚,应使用现有回收或系列绑定接口前向修正。
|
||||
|
||||
Reference in New Issue
Block a user