后端提现增加
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user