- 后端 paymentMethod 字段从 PostgreSQL 枚举改为 String,支持逗号分隔多种支付方式 - 添加数据库迁移将 C2cPaymentMethod 枚举列转为 TEXT 类型 - DTO 验证改为 @IsString() 接受 GREEN_POINTS 及其组合 - 前端保持发送完整的支付方式列表(含 GREEN_POINTS) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api | ||
| application | ||
| domain | ||
| infrastructure | ||
| shared | ||
| app.module.ts | ||
| main.ts | ||