@@ -443,7 +443,9 @@ func (this *UserController) CheckLogin() {
}
} else {
resp.IsBind = true
- resp.IsAuth = true
+ if user.UnionId == "" {
+ resp.IsAuth = true
+ }
resp.PermissionName = ""
br.Success = true