Explorar o código

增加系统配置接口

kobe6258 hai 4 meses
pai
achega
c1837be750
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      controllers/order.go

+ 4 - 0
controllers/order.go

@@ -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,