feat: harden CMPP delivery and platform workflows

This commit is contained in:
hectorzhao
2026-07-20 18:07:29 +08:00
parent 80fb5a8f53
commit f02c33cbb7
61 changed files with 1834 additions and 281 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export class FilesController {
@Post('upload')
@UseInterceptors(FileInterceptor('file', {
limits: {
fileSize: 20 * 1024 * 1024,
fileSize: 10 * 1024 * 1024,
files: 1,
fields: 4,
parts: 5,