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", // 测试 ]; }