app/src/main/java/com/tejia/lijin/app/util/TestUtil.java
@@ -15,7 +15,7 @@ public static void pourIntoUserInfo(Context context) { if (!Constant.TEST) return; Long uid = 437032L; Long uid = 6872490L; SharedPreferences sp = context.getSharedPreferences("user", Context.MODE_PRIVATE); SharedPreferences.Editor editor = sp.edit(); editor.putBoolean("isLogin", true);