This commit is contained in:
lwl0608 2024-12-10 11:21:48 +08:00
parent 02da0b206d
commit 6bb656ee34
1 changed files with 1 additions and 1 deletions

View File

@ -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
}