Browse Source

支付回调去掉验签

zhangxb 1 year ago
parent
commit
9ec9b80d62
4 changed files with 3 additions and 1 deletions
  1. BIN
      .DS_Store
  2. 2 0
      .gitignore
  3. BIN
      application/.DS_Store
  4. 1 1
      application/common/controller/Api.php

BIN
.DS_Store


+ 2 - 0
.gitignore

@@ -12,6 +12,8 @@ composer.lock
 /public/nginx.htaccess
 
 .idea
+.Ds_store
+application/.Ds_store
 runtime
 uploaded
 /application/extra/keyworld.php

BIN
application/.DS_Store


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