kobe6258 4 сар өмнө
parent
commit
6d85d98fae
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      controllers/order.go

+ 2 - 2
controllers/order.go

@@ -26,11 +26,11 @@ var (
 		"C": {"手机号", "Mobile"},
 		"D": {"商品名称", "ProductName"},
 		"E": {"商品类型", "ProductType"},
-		"F": {"商品价格", "Price"},
+		"F": {"商品价格", "TotalAmount"},
 		"G": {"有效期", "ValidDate"},
 		"H": {"订单状态", "Status"},
 		"I": {"支付渠道", "PaymentWay"},
-		"J": {"支付金额", "TotalAmount"},
+		"J": {"支付金额", "PaymentAmount"},
 		"K": {"售后状态", "RefundStatus"},
 		"L": {"付款时间", "PaymentTime"},
 		"M": {"下单时间", "CreatedTime"},