Exemplo n.º 1
0
 /**
  * 判断用户是否已登录
  * @return boolean
  */
 public static function isLogin()
 {
     return UserIdentity::isLogin();
 }