소스 검색

验签过滤im/trtc回调

zhangxiaobin 1 년 전
부모
커밋
e7efe18ad7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/common/controller/Api.php

+ 1 - 1
application/common/controller/Api.php

@@ -108,7 +108,7 @@ class Api
         //$modulename     = $this->request->module();
         //$controllername = $this->request->controller();
         $actionname     = $this->request->action();
-        if (in_array($actionname,['upload','uploads','recognizingSounds','alipaynotify'])) {
+        if (in_array($actionname,['upload','uploads','recognizingSounds','alipaynotify','trtc_callback','callback'])) {
             return true;
         }