$instance
$instance : self
商家后台权限业务 Class Auth
$user : \app\store\model\store\User
getInstance() : \app\store\service\Auth
公有化获取实例方法
checkPrivilege(string|array $url, boolean $strict = true) : boolean
验证指定url是否有访问权限
string|array | $url | |
boolean | $strict | 严格模式(必须全部通过才返回true) |