This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user