@@ -12,6 +12,8 @@ composer.lock
/public/nginx.htaccess
.idea
+.Ds_store
+application/.Ds_store
runtime
uploaded
/application/extra/keyworld.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'])) {
+ if (in_array($actionname,['upload','uploads','recognizingSounds','alipaynotify'])) {
return true;
}