From 4f4c881deb76483ee48f69562616eba68eff2307 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 4 Jun 2024 15:04:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E4=BA=86PayControlle?= =?UTF-8?q?r=E4=B8=AD=E7=9A=84alipay=5Fnotify=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/PayController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/api/controller/PayController.php b/app/api/controller/PayController.php index faa2dfd20..6a587c2e5 100644 --- a/app/api/controller/PayController.php +++ b/app/api/controller/PayController.php @@ -85,8 +85,6 @@ class PayController extends BaseApiController */ public function alipay_notify() { - $app = new PayService(); - $result = $app->alipay->callback(Request()->post()); $app = new PayService(); $result = $app->alipay->callback(Request()->post()); if ($result) {