From 8c45a9d6882d95b9ae9c7cffdc50168897fb581e Mon Sep 17 00:00:00 2001
From: lihan <3398341942@qq.com>
Date: Fri, 19 Oct 2018 20:34:34 +0800
Subject: [PATCH] 确认收货

---
 app/pay/controller/PayController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/pay/controller/PayController.php b/app/pay/controller/PayController.php
index 25161e4..f8c6b0e 100644
--- a/app/pay/controller/PayController.php
+++ b/app/pay/controller/PayController.php
@@ -133,7 +133,7 @@ class PayController extends HomeBaseController
                                 'attach' => $oid,
                                 'openid' => session('user.openid'),
                                 'body' => '微信支付-天生红商城',
-                                'total_fee' => $pay_cash
+                                'total_fee' => 1
                             ];
                             $this->wxPay($info);
                         }
--
libgit2 0.24.0