fix ret -1
This commit is contained in:
parent
7fa25628c9
commit
2aef43b32a
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue