修改音视频签名1
This commit is contained in:
parent
ca2d5e4d5a
commit
c6716964fe
@ -1711,12 +1711,12 @@ class CallBackController extends AbstractController
|
|||||||
*/
|
*/
|
||||||
public function trtcCallBack(): ResponseInterface
|
public function trtcCallBack(): ResponseInterface
|
||||||
{
|
{
|
||||||
|
try {
|
||||||
$request_params = $this->request->getBody()->getContents();
|
$request_params = $this->request->getBody()->getContents();
|
||||||
$SdkAppId = $this->request->header("SdkAppId");
|
$SdkAppId = $this->request->header("SdkAppId");
|
||||||
$Sign = $this->request->header("Sign");
|
$Sign = $this->request->header("Sign");
|
||||||
$Sign = stripslashes($Sign);
|
$Sign = stripslashes($Sign);
|
||||||
|
|
||||||
try {
|
|
||||||
Log::getInstance("CallBackController-trtcCallBack")->info(json_encode($request_params, JSON_UNESCAPED_UNICODE));
|
Log::getInstance("CallBackController-trtcCallBack")->info(json_encode($request_params, JSON_UNESCAPED_UNICODE));
|
||||||
|
|
||||||
if (empty($SdkAppId)) {
|
if (empty($SdkAppId)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user