更新消息设置
This commit is contained in:
@@ -17,7 +17,9 @@ LoginModel _$LoginModelFromJson(Map<String, dynamic> json) => LoginModel()
|
||||
..forceLogin = (json['forceLogin'] as num?)?.toInt()
|
||||
..isIos = json['isIos'] as bool?
|
||||
..isWeChatNotInstalled = json['isWeChatNotInstalled'] as bool?
|
||||
..register_agree = json['register_agree'] as bool?;
|
||||
..register_agree = json['register_agree'] as bool?
|
||||
..updatePhone = json['updatePhone'] as String?
|
||||
..updateCode = json['updateCode'] as String?;
|
||||
|
||||
Map<String, dynamic> _$LoginModelToJson(LoginModel instance) =>
|
||||
<String, dynamic>{
|
||||
@@ -32,4 +34,6 @@ Map<String, dynamic> _$LoginModelToJson(LoginModel instance) =>
|
||||
'isIos': instance.isIos,
|
||||
'isWeChatNotInstalled': instance.isWeChatNotInstalled,
|
||||
'register_agree': instance.register_agree,
|
||||
'updatePhone': instance.updatePhone,
|
||||
'updateCode': instance.updateCode,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user