fix ret -1

This commit is contained in:
lwl0608 2024-01-08 19:24:07 +08:00
parent 7fa25628c9
commit 2aef43b32a
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ func (s *Service) WithdrawPage(ctx *gin.Context, req *vasproto.WithdrawPageReq)
if wallet != nil { if wallet != nil {
data.WithdrawDiamonds = wallet.GetWithdrawDiamonds() data.WithdrawDiamonds = wallet.GetWithdrawDiamonds()
} }
ec = errcode.ErrCodeOk
return return
} }