diff --git a/backend/services/wallet-service/src/api/controllers/system-withdrawal.controller.ts b/backend/services/wallet-service/src/api/controllers/system-withdrawal.controller.ts index 1f82e5b9..809957f3 100644 --- a/backend/services/wallet-service/src/api/controllers/system-withdrawal.controller.ts +++ b/backend/services/wallet-service/src/api/controllers/system-withdrawal.controller.ts @@ -39,7 +39,7 @@ class SystemWithdrawalRequestDTO { * 供管理后台调用,用于从系统账户转出资金到用户账户 */ @ApiTags('System Withdrawal (Internal)') -@Controller('system-withdrawal') +@Controller('wallets/system-withdrawal') export class SystemWithdrawalController { private readonly logger = new Logger(SystemWithdrawalController.name);