@@ -622,6 +622,7 @@ func (this *UserPcNotAuthController) CheckLogin() {
}()
//没有用户信息,代表是没有登录
if this.User == nil{
+ br.Success = true
br.Ret = 408
return
}