This commit is contained in:
Billy 2025-10-28 12:01:28 +08:00
parent 51d988cebc
commit 89e5513272

View File

@ -18,7 +18,7 @@ class Ccblife extends Common
* 不需要登录的方法 * 不需要登录的方法
* @var array * @var array
*/ */
protected $noNeedLogin = ['autoLogin', 'login', 'callback', 'decryptParam']; protected $noNeedLogin = ['login', 'decryptParam'];
/** /**
* 不需要权限的方法 * 不需要权限的方法