Explorar o código

验签过滤im/trtc回调

zhangxiaobin hai 1 ano
pai
achega
e7efe18ad7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }