fix: 退款申请
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m19s

This commit is contained in:
luo
2026-08-05 16:36:08 +08:00
parent db9aaa7920
commit 34455a9f18
3 changed files with 22 additions and 31 deletions

View File

@@ -112,10 +112,9 @@ export interface CreateRefundRequest {
order_id: number
requested_refund_amount: number // 申请退款金额(分)
actual_received_amount: number // 实收金额(分)
attachments: RefundAttachment[]
package_usage_id?: number // 关联套餐使用记录 ID
refund_reason?: string
remark?: string
package_usage_id: number // 关联套餐使用记录 ID无关联记录时传 0
refund_reason: string
refund_voucher_key: string[]
}
// 重新提交退款申请请求