更新棉花糖
This commit is contained in:
@@ -13,6 +13,7 @@ RegisterModel _$RegisterModelFromJson(Map<String, dynamic> json) =>
|
||||
..register_confirm_pd = json['register_confirm_pd'] as String?
|
||||
..register_code = json['register_code'] as String?
|
||||
..register_agree = json['register_agree'] as bool?
|
||||
..save_password = json['save_password'] as bool?
|
||||
..pdshow = json['pdshow'] as bool?
|
||||
..cpdshow = json['cpdshow'] as bool?;
|
||||
|
||||
@@ -23,6 +24,7 @@ Map<String, dynamic> _$RegisterModelToJson(RegisterModel instance) =>
|
||||
'register_confirm_pd': instance.register_confirm_pd,
|
||||
'register_code': instance.register_code,
|
||||
'register_agree': instance.register_agree,
|
||||
'save_password': instance.save_password,
|
||||
'pdshow': instance.pdshow,
|
||||
'cpdshow': instance.cpdshow,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user