feat(r4): POST /api/sketch + Upload 归属记录 + 派单状态后台同步与大小校验

This commit is contained in:
2026-08-13 01:34:19 +08:00
parent 34f48d0d59
commit 3f7ce2cdcd
8 changed files with 166 additions and 31 deletions
+2
View File
@@ -17,6 +17,7 @@ import { OrdersModule } from './orders/orders.module';
import { PaymentsModule } from './payments/payments.module';
import { UploadModule } from './upload/upload.module';
import { WordCloudModule } from './wordcloud/wordcloud.module';
import { SketchModule } from './sketch/sketch.module';
import { QueueModule } from './queue/queue.module';
import { HealthModule } from './health/health.module';
@@ -42,6 +43,7 @@ import { HealthModule } from './health/health.module';
PaymentsModule,
UploadModule,
WordCloudModule,
SketchModule,
QueueModule,
HealthModule,
],