From bc73b078bd175302e7a5b5e2ba1aa1bac25898df Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 9 Jan 2026 09:51:06 -0800 Subject: [PATCH] =?UTF-8?q?fix(wallet-service):=20=E5=B0=86=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E5=88=92=E8=BD=AC=E9=87=91=E9=A2=9D=E4=BB=8E100?= =?UTF-8?q?=E6=94=B9=E4=B8=BA5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 与前端配置保持一致 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../src/application/services/wallet-application.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/services/wallet-service/src/application/services/wallet-application.service.ts b/backend/services/wallet-service/src/application/services/wallet-application.service.ts index 4b542029..8a34cea4 100644 --- a/backend/services/wallet-service/src/application/services/wallet-application.service.ts +++ b/backend/services/wallet-service/src/application/services/wallet-application.service.ts @@ -1458,7 +1458,7 @@ export class WalletApplicationService { /** * 最小提现金额 */ - private readonly MIN_WITHDRAWAL_AMOUNT = 100; // 100 USDT + private readonly MIN_WITHDRAWAL_AMOUNT = 5; // 5 USDT /** * 请求提现