更新测试案例

This commit is contained in:
Happi (哈比)
2026-03-09 13:03:44 +08:00
parent 56112e1fe3
commit 7b78da86e7
11 changed files with 721 additions and 278 deletions

View File

@@ -88,8 +88,6 @@ class LoginProfile {
bio: bio,
relationship: relationship,
userAlias: userAlias,
channelId: channelId,
channelGroupId: channelGroupId,
hint: hint,
);
}
@@ -167,4 +165,4 @@ class LoginRequest extends ApiRequestable<LoginResponse>
@override
Map<String, dynamic> toJson() => _$LoginRequestToJson(this);
}
}