From 7197ceee0fc062e72e4b37e9683cd86f5b147735 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Mon, 20 May 2024 16:23:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=20=E6=A8=A1=E6=8B=9F?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.php b/config/routes.php index b700d43..bb99420 100644 --- a/config/routes.php +++ b/config/routes.php @@ -898,7 +898,7 @@ Router::addGroup('/test', function () { Router::get('/uninquiry', [TestController::class, 'uninquiry']); // 模拟退款 - Router::post('/refund', [TestController::class, 'refund']); +// Router::post('/refund', [TestController::class, 'refund']); });