更新消息设置

This commit is contained in:
wyf
2025-12-05 17:37:01 +08:00
parent 1cc26aa46d
commit db51c42664
44 changed files with 7510 additions and 1059 deletions

View File

@@ -17,7 +17,8 @@ class UserModel {
int? created_at;
String? email;
bool? test;
bool? fac;//是否测试,可以全部升级
bool? fac; //是否测试,可以全部升级
bool? bindWx = false;
UserModel();
static UserModel fromJson(Map<String, dynamic> json) =>