|
@@ -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'])) {
|
|
|
+ if (in_array($actionname,['upload','uploads','recognizingSounds','alipaynotify'])) {
|
|
|
return true;
|
|
|
}
|
|
|
|