rwadurian/backend/services/trading-service/src/api/controllers
hailin edd6ced2a3 fix(trading): 为做市商 DTO 添加 class-validator 装饰器
修复做市商初始化失败问题。由于 ValidationPipe 配置了
forbidNonWhitelisted: true,没有装饰器的属性会被拒绝。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 05:47:03 -08:00
..
admin.controller.ts feat(trading): 实现完整的CEX做市商双边深度系统 2026-01-17 21:11:23 -08:00
asset.controller.ts feat(trading-service): add burn system, Kafka events, and idempotency 2026-01-14 07:15:41 -08:00
burn.controller.ts feat(trading-service): add burn system, Kafka events, and idempotency 2026-01-14 07:15:41 -08:00
health.controller.ts fix(trading-service): make health endpoints public 2026-01-14 07:28:24 -08:00
market-maker.controller.ts fix(trading): 为做市商 DTO 添加 class-validator 装饰器 2026-01-18 05:47:03 -08:00
price.controller.ts feat(trading): 实现完整的CEX做市商双边深度系统 2026-01-17 21:11:23 -08:00
trading.controller.ts feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
transfer.controller.ts feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00