增加了路由白名单
This commit is contained in:
@@ -39,6 +39,8 @@ class Auth
|
|||||||
"/test/refund" => "get", // 测试退款
|
"/test/refund" => "get", // 测试退款
|
||||||
"/test" => "get", // 测试
|
"/test" => "get", // 测试
|
||||||
"/callback/detection" => "post", // 检测所结果回调
|
"/callback/detection" => "post", // 检测所结果回调
|
||||||
|
"/callback/trtc/media" => "post", // 音视频房间回调
|
||||||
|
"/callback/trtc/room" => "post", // 音视频媒体回调
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user