后端提现增加

This commit is contained in:
yml
2026-06-06 10:08:39 +08:00
parent 082fd908e9
commit 8a2d2f2a18
15 changed files with 2763 additions and 0 deletions
@@ -45,6 +45,8 @@ func (s *Service) Withdraw(userID uint64, req WithdrawRequest) (*AccountDTO, err
if s.repo == nil {
return nil, ErrDependencyUnavailable
}
// 提现功能已迁移到 withdrawal 模块
// 用户应通过 /api/withdrawals 接口提交提现申请
return nil, ErrFeaturePending
}