From 8c0b9a2da511c5e874d304ca0685b163e461de84 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 18 Apr 2023 15:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E9=80=80?= =?UTF-8?q?=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Utils/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Utils/Auth.php b/app/Utils/Auth.php index 8c10dfa..1a878f4 100644 --- a/app/Utils/Auth.php +++ b/app/Utils/Auth.php @@ -32,7 +32,7 @@ class Auth "/callback/platform/logistics" => "post", // 处方平台物流回调 "/callback/logistics" => "post", // 快递100订阅回调 - "/test/test_13" => "get", // 测试退款 + "/test/refund" => "get", // 测试退款 "/test" => "get", // 测试 ]; }