兼容修改

This commit is contained in:
张松 2025-08-15 15:05:16 +08:00
parent 1480b6618e
commit 11a77f6729
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use Throwable;
class WuyouController extends BaseController
{
protected array $noNeedLogin = ['payOrder', 'index', 'test', 'notify', 'queryOrder'];
protected array $noNeedLogin = ['payOrder', 'index', 'test', 'notify', 'queryOrder', 'extractNotify'];
protected array $noNeedPermission = [];