|
@@ -785,6 +785,10 @@ func (this *OrderController) Refund() {
|
|
|
ProductOrderId: productOrder.OrderId,
|
|
|
PaymentAccount: tradeOrder.PaymentAccount,
|
|
|
PaymentWay: tradeOrder.PaymentWay,
|
|
|
+ ProductName: productOrder.ProductName,
|
|
|
+ Mobile: productOrder.Mobile,
|
|
|
+ AreaCode: productOrder.AreaCode,
|
|
|
+ RealName: productOrder.RealName,
|
|
|
Amount: tradeOrder.Amount,
|
|
|
Currency: tradeOrder.Currency,
|
|
|
UserId: tradeOrder.UserId,
|