zhangxiaobin 1 год назад
Родитель
Сommit
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;
         }