浏览代码

增加系统配置接口

kobe6258 4 月之前
父节点
当前提交
c1837be750
共有 1 个文件被更改,包括 4 次插入0 次删除
  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,