version:1.5

fix:
add:非法设备不进行自动下载
This commit is contained in:
2022-01-25 16:17:28 +08:00
parent f0307e9027
commit be3934c1bb
11 changed files with 96 additions and 42 deletions

View File

@@ -283,7 +283,6 @@ public class MainService extends Service implements MainContact.MainView, Networ
UserInfo userInfo = response.data;
boolean username = Settings.System.putString(getContentResolver(), "UserInfo_username", userInfo.getSn_name());
boolean gread = Settings.System.putString(getContentResolver(), "UserInfo_grade", userInfo.getGrade());
SPUtils.put(this, Configs.isLogined, 1);
SPUtils.put(this, "member_id", userInfo.getMember_id());
SPUtils.put(this, "sn_id", userInfo.getId());
if (!TextUtils.isEmpty(userInfo.getSn_name())) {