panda 1 year ago
parent
commit
d1d976a6a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Passport.php

+ 1 - 1
application/api/controller/Passport.php

@@ -12,7 +12,7 @@ use think\Cache;
  */
  */
 class Passport extends Api
 class Passport extends Api
 {
 {
-    protected $noNeedLogin = ['loginWxMini', 'loginWxMiniPhone', 'testPay'];
+    protected $noNeedLogin = ['loginWxMini', 'loginWxMiniPhone', 'testPay', 'pay_notify'];
     protected $noNeedRight = '*';
     protected $noNeedRight = '*';
     protected $model       = null;
     protected $model       = null;