package
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m34s

This commit is contained in:
sexygoat
2026-04-01 10:41:43 +08:00
parent 01f81c2178
commit 0d3fc5ce7f
4 changed files with 556 additions and 15774 deletions

View File

@@ -55,7 +55,6 @@ export interface RefundListResponse {
// 创建退款申请请求
export interface CreateRefundRequest {
order_id: number
package_usage_id?: number
requested_refund_amount: number // 申请退款金额(分)
actual_received_amount: number // 实收金额(分)
refund_reason?: string