优化是否鉴权
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

This commit is contained in:
2025-12-01 10:56:30 +08:00
parent 120a88da30
commit 527373853e
2 changed files with 11 additions and 14 deletions

View File

@@ -92,7 +92,7 @@ class BaseService
/**
* @var bool 是否鉴权
*/
private $isAuth = true;
protected $isAuth = true;
public function __construct()
{