数据迁移脚本
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 54s

This commit is contained in:
Break
2026-05-27 11:10:56 +08:00
parent 0d96a94e5f
commit 58863e8ec5
20 changed files with 3343 additions and 0 deletions

View File

@@ -1348,6 +1348,9 @@ components:
type: string
device_realtime:
$ref: '#/components/schemas/DtoDeviceGatewayInfo'
gateway_card_imei:
description: 插拔卡业务 IMEI由 Gateway 卡状态接口同步,非设备自身 IMEI无业务含义仅供查看
type: string
gateway_extend:
description: Gateway 卡状态扩展字段,原样返回上游 extend用于展示运营商侧实际停机原因
type: string
@@ -1501,6 +1504,9 @@ components:
enable_virtual_data:
description: 当前主套餐是否启用虚流量(按套餐使用记录快照返回)
type: boolean
gateway_card_imei:
description: 插拔卡业务 IMEI由 Gateway 卡状态接口同步,非设备自身 IMEI无业务含义仅供查看
type: string
gateway_extend:
description: Gateway 卡状态扩展字段,原样返回上游 extend用于展示运营商侧实际停机原因
type: string
@@ -3492,6 +3498,11 @@ components:
description: 退款原因
maxLength: 1000
type: string
refund_voucher_key:
description: 退款凭证对象存储file_key通过/storage/upload-url上传图片后获得
maxLength: 500
minLength: 1
type: string
requested_refund_amount:
description: 申请退款金额(分)
minimum: 1
@@ -3500,6 +3511,7 @@ components:
- order_id
- actual_received_amount
- requested_refund_amount
- refund_voucher_key
type: object
DtoCreateRoleRequest:
properties:
@@ -7117,6 +7129,9 @@ components:
refund_reason:
description: 退款原因
type: string
refund_voucher_key:
description: 退款凭证对象存储file_key
type: string
reject_reason:
description: 拒绝原因
type: string
@@ -7184,6 +7199,11 @@ components:
maxLength: 1000
nullable: true
type: string
refund_voucher_key:
description: 退款凭证对象存储file_key重新提交时可替换历史记录缺失时必填
maxLength: 500
nullable: true
type: string
requested_refund_amount:
description: 申请退款金额(分)
minimum: 1