From 0db8622be4eeb5fa85d9d37e6bba2a6bc8803c8e Mon Sep 17 00:00:00 2001 From: liapples Date: Thu, 9 Sep 2021 18:22:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=80=80=E6=AC=BEappid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/Api/WxpayController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Api/WxpayController.php b/app/Http/Controllers/Api/WxpayController.php index 93387f4..d81c449 100644 --- a/app/Http/Controllers/Api/WxpayController.php +++ b/app/Http/Controllers/Api/WxpayController.php @@ -145,7 +145,7 @@ class WxpayController public function refund() { $agent_id = request()->route('agent_id'); - $agent = Agent::find($agent_id); +// $agent = Agent::find($agent_id); $config = config('wechat.payment.default'); $config = array_merge($config, [