This commit is contained in:
xion 2025-04-01 10:22:03 +08:00
parent 466ac1bcf0
commit 230bc6cd5d
2 changed files with 2 additions and 1 deletions

View File

@ -174,6 +174,7 @@ router.post('/api/s1/resources/upload/chunk', async (req, res) => {
res.writeHead(200, { 'Content-Type': 'application/json' });
res.end(
JSON.stringify({
code: 200,
message: 'Chunk uploaded successfully',
data: { chunkIndex, totalChunks, upload: [uploadResult] },
}),