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);