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