1,2,3,4,5,6 points of milestone

This commit is contained in:
2026-03-13 00:30:19 +03:00
parent c516589483
commit 1b97bf4362
6 changed files with 1245 additions and 187 deletions
@@ -126,7 +126,7 @@ class VisualLimsApiClientMock
return [];
}
public function postMultipart(string $endpoint, string $filePath, string $fileName): array
public function postMultipart(string $endpoint, string $filePath, string $fileName, array $extraFields = []): array
{
error_log("[SIMULATE] POST multipart {$endpoint} file={$fileName}");