From d4707488b6e8629710ff9b93a72072798d80489f Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 6 Mar 2023 15:48:11 +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=E5=9B=9E=E8=B0=83=E5=9C=B0=E5=9D=80=E9=AA=8C=E8=AF=81?= 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 b687c4b..9c74c35 100644 --- a/app/Utils/Auth.php +++ b/app/Utils/Auth.php @@ -23,7 +23,7 @@ class Auth "/area/province" => "get",// 获取省份信息 "/area/city" => "get", // 获取城市信息 "/area/county" => "get", // 获取区县信息 - "/pay/wx/callback" => "post", // 微信支付回调 + "/callback/pay/wx" => "post", // 微信支付回调 "/testpay" => "get", // 测试 ]; }