fix(wallet-service): 将最小划转金额从100改为5

与前端配置保持一致

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-09 09:51:06 -08:00
parent dab4b0674d
commit bc73b078bd
1 changed files with 1 additions and 1 deletions

View File

@ -1458,7 +1458,7 @@ export class WalletApplicationService {
/**
*
*/
private readonly MIN_WITHDRAWAL_AMOUNT = 100; // 100 USDT
private readonly MIN_WITHDRAWAL_AMOUNT = 5; // 5 USDT
/**
*