fix
This commit is contained in:
@@ -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"` // 退款原因
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user