更新特殊处理测试账号

This commit is contained in:
wyf
2025-10-16 10:10:15 +08:00
parent aae9e551d3
commit 6862b97e17
10 changed files with 553 additions and 360 deletions

View File

@@ -16,6 +16,7 @@ class UserModel {
String? status;
int? created_at;
String? email;
bool? test;
UserModel();
static UserModel fromJson(Map<String, dynamic> json) =>