This commit is contained in:
2025-12-27 22:05:48 +08:00
parent 3140585ba2
commit d52fcf46d2
3 changed files with 39 additions and 38 deletions

View File

@@ -259,7 +259,7 @@ type (
}
// 代理订单退款
AdminRefundAgentOrderReq {
OrderId int64 `json:"order_id"` // 订单ID
OrderId string `json:"order_id"` // 订单ID
RefundAmount float64 `json:"refund_amount"` // 退款金额
RefundReason string `json:"refund_reason"` // 退款原因
}