From b7baaa2d79fff8817ec4724d5049df88cdbfdb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Sat, 18 Dec 2021 16:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E7=BB=93=E6=9E=9C=E9=80=9A=E7=9F=A5=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Endpoint/Callback/Http/Controllers/WeChatPayController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Endpoint/Callback/Http/Controllers/WeChatPayController.php b/app/Endpoint/Callback/Http/Controllers/WeChatPayController.php index 5e3c4e71..a632a606 100644 --- a/app/Endpoint/Callback/Http/Controllers/WeChatPayController.php +++ b/app/Endpoint/Callback/Http/Controllers/WeChatPayController.php @@ -16,8 +16,7 @@ class WeChatPayController extends Controller /** * 直接结果通知 * - * @param \App\Services\WeChatPayService $request - * @param \App\Services\WeChatPayService $request + * @param \App\Services\WeChatPayService $weChatPayService * @return \Illuminate\Http\Response */ public function paidNotify(WeChatPayService $weChatPayService)