fix
This commit is contained in:
parent
d2f17ad50a
commit
c12b1e1164
|
@ -266,8 +266,8 @@ func WithdrawApply(ctx *gin.Context) {
|
|||
ReplyErrorMsg(ctx, "当前提现功能已冻结")
|
||||
return
|
||||
}
|
||||
if req.Diamonds < 2000 {
|
||||
ReplyErrorMsg(ctx, "最低提现金额不能小于200元")
|
||||
if req.Diamonds < 1000 {
|
||||
ReplyErrorMsg(ctx, "最低提现金额不能小于100元")
|
||||
return
|
||||
}
|
||||
if !vasproto.IsWithdrawAnyDiasEnable(req.Mid) && req.Diamonds > 20000 {
|
||||
|
|
Loading…
Reference in New Issue