abiao 1 rok pred
rodič
commit
f01b317474

+ 3 - 3
go/gopath/src/fohow.com/apps/controllers/pay_controller/pay_exchange_controller.go

@@ -628,9 +628,9 @@ type PaymentDetails struct {
 	TotalPrice int64 // 订单总金额
 	Freight    int64 // 运费
 	PaySilver  int64 // 用银币支付的金额
-	PayCoupon  int64 // 用优惠券支付的金额
-	PayBalance int64 // 用余额支付的金额
-	Discount   int64 // 折扣金额
+	PayCoupon  int64 // 用提货券支付的金额
+	PayBalance int64 // 用佣金支付的金额
+	Discount   int64 // 店长折扣金额
 	ShouldPay  int64 // 应支付金额
 }