From b9b287d0a84bf43bb3b19b6d3c0e6bed48e24701 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 30 Jan 2024 11:11:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Utils/Auth.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Utils/Auth.php b/app/Utils/Auth.php index 78d99a2..90aaae9 100644 --- a/app/Utils/Auth.php +++ b/app/Utils/Auth.php @@ -39,6 +39,8 @@ class Auth "/test/refund" => "get", // 测试退款 "/test" => "get", // 测试 "/callback/detection" => "post", // 检测所结果回调 + "/callback/trtc/media" => "post", // 音视频房间回调 + "/callback/trtc/room" => "post", // 音视频媒体回调 ]; }