|
@@ -1776,6 +1776,11 @@ class MainActivity : BaseActivity<MainViewModel, ActivityMainBinding>(), Downloa
|
1776
|
1776
|
} else {
|
1777
|
1777
|
loginStudentBean.usersex = 0
|
1778
|
1778
|
}
|
|
1779
|
+ loginStudentBean.sn = ManageApplication.getDeviceInfo()
|
|
1780
|
+ loginStudentBean.device=Build.BRAND
|
|
1781
|
+ loginStudentBean.deviceModel=Build.MODEL
|
|
1782
|
+ loginStudentBean.clientVersion=SystemUtil.getAppVersionName(this,packageName)
|
|
1783
|
+ loginStudentBean.romVersion=Build.DISPLAY
|
1779
|
1784
|
updateUser = true
|
1780
|
1785
|
viewModel.editLogin(loginStudentBean)
|
1781
|
1786
|
} catch (e: Exception) {
|