Browse Source

Merge remote-tracking branch 'origin/user_relation'

Roc 3 năm trước cách đây
mục cha
commit
8a908445b2
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      services/user.go

+ 2 - 0
services/user.go

@@ -292,6 +292,8 @@ QUERY_WX_USER:
 		}
 		if wxUser.Mobile == "" && wxUser.Email == "" {
 			firstLogin = 1
+		}else{
+			firstLogin = 0
 		}
 	}