Ejemplo n.º 1
0
 /**
  * 基础身份认证
  */
 protected function baseAccessAuth()
 {
     $auth = HyAuthModel::baseAccessAuth();
     if (!$auth['status']) {
         $this->error($auth['info'], $auth['url'], $auth['time']);
     }
 }