fix: align backend APIs and upload flow
This commit is contained in:
@@ -20,6 +20,8 @@ namespace IM.Commons.IntegrationEvents
|
||||
public string ContentType { get; set; }
|
||||
public string CheckSun { get; set; }
|
||||
public IReadOnlyList<UploadPart> Parts { get; set; }
|
||||
public string? ChatType { get; set; }
|
||||
public Guid? TargetId { get; set; }
|
||||
}
|
||||
public sealed record UploadPart(
|
||||
int PartNumber,
|
||||
|
||||
Reference in New Issue
Block a user