test
This commit is contained in:
parent
02da0b206d
commit
6bb656ee34
|
@ -366,7 +366,7 @@ func WithdrawApply(ctx *gin.Context) {
|
|||
ReplyErrorMsg(ctx, "当前提现功能已冻结")
|
||||
return
|
||||
}
|
||||
if req.Mid != 161 && req.Diamonds < 1000 {
|
||||
if req.Mid != 43 && req.Diamonds < 1000 {
|
||||
ReplyErrorMsg(ctx, "最低提现金额不能小于100元")
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue