From 8f968f10767c63d0b2a2695df006bf52c7fee61c Mon Sep 17 00:00:00 2001 From: liapples Date: Thu, 9 Sep 2021 18:29:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AdminAgent/Extensions/Grid/AuditRefund.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/AdminAgent/Extensions/Grid/AuditRefund.php b/app/AdminAgent/Extensions/Grid/AuditRefund.php index 63f10d5..d7275ab 100644 --- a/app/AdminAgent/Extensions/Grid/AuditRefund.php +++ b/app/AdminAgent/Extensions/Grid/AuditRefund.php @@ -70,6 +70,8 @@ class AuditRefund extends RowAction 'mch_id' => '1606181693', 'key' => 'lfyyhyz8888888888888888888888888', 'notify_url' => route('wxpay_refund', $agent->id), + 'cert_path' => env('WECHAT_CERT'), + 'key_path' => env('WECHAT_KEY'), ]); $app = Factory::payment($config);