修改音视频签名14

This commit is contained in:
2024-02-02 16:01:17 +08:00
parent fc3553c322
commit 4f67eb9df2
2 changed files with 6 additions and 8 deletions
+5 -6
View File
@@ -1711,13 +1711,12 @@ class CallBackController extends AbstractController
*/
public function trtcCallBack(): ResponseInterface
{
dump(111);
try {
$request_params = $this->request->getBody()->getContents();
$SdkAppId = $this->request->header("SdkAppId");
$Sign = $this->request->header("Sign");
$Sign = stripslashes($Sign);
$request_params = $this->request->getBody()->getContents();
$SdkAppId = $this->request->header("SdkAppId");
$Sign = $this->request->header("Sign");
$Sign = stripslashes($Sign);
try {
Log::getInstance("CallBackController-trtcCallBack")->info(json_encode($request_params, JSON_UNESCAPED_UNICODE));
if (empty($SdkAppId)) {