feat(r4): POST /api/sketch + Upload 归属记录 + 派单状态后台同步与大小校验
This commit is contained in:
@@ -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,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user