Esempio n. 1
0
 //关注和我的 需要登录auth授权的
 private bool IsLogged()
 {
     return(UserInfoManager.GetInstance().IsAuthLogin());
 }