修改音视频签名12

This commit is contained in:
wucongxing 2024-02-02 15:54:15 +08:00
parent c6716964fe
commit fc3553c322

View File

@ -1711,6 +1711,7 @@ class CallBackController extends AbstractController
*/
public function trtcCallBack(): ResponseInterface
{
dump(111);
try {
$request_params = $this->request->getBody()->getContents();
$SdkAppId = $this->request->header("SdkAppId");