From 7560389e3520db9eb21c8277e001f74176ca70b3 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Tue, 23 Sep 2025 16:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E8=B0=83=E5=9C=B0=E5=9D=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/application/common/config/route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/application/common/config/route.php b/Server/application/common/config/route.php index d379605c..c5573f58 100644 --- a/Server/application/common/config/route.php +++ b/Server/application/common/config/route.php @@ -24,7 +24,7 @@ Route::group('v1/', function () { Route::group('v1/pay', function () { Route::post('', 'app\cunkebao\controller\Pay@createOrder')->middleware(['jwt']); - Route::post('notify', 'app\common\controller\Attachment@notify'); + Route::post('notify', 'app\common\controller\PaymentService@notify'); });