fix: align backend APIs and upload flow

This commit is contained in:
2026-09-15 14:10:55 +08:00
parent 32177a7293
commit 53e6195938
149 changed files with 4791 additions and 435 deletions
+2
View File
@@ -69,6 +69,8 @@ namespace IdentityService.Domain.Entities
AddDomainEvent(new UserBannedDomainEvent(this.Id, reason));
}
public void Unban() { if (Status == UserState.Banned) Status = UserState.Normal; }
public void Update(string? nickName, string? region, string? avatar, string? desc)
{
if (nickName != null)