## 授权服务 ### 验证是否超级管理员 ```php /** * 是否超级管理员 * * @return bool */ Yii::$app->services->auth->isSuperAdmin() ```