From 256706000f3ff28ff03694e3798fc2cceb04db1e Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Sat, 28 Sep 2024 21:30:49 +0800 Subject: [PATCH] withdraw --- app/mix/controller/vas.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/mix/controller/vas.go b/app/mix/controller/vas.go index 337e644a..7894135e 100644 --- a/app/mix/controller/vas.go +++ b/app/mix/controller/vas.go @@ -317,6 +317,7 @@ var WithdrawFreezeMidMap = map[int64]bool{ //16311: true, 159: true, 772128: true, + 450124: true, } func isWithdrawFreeze(mid int64) bool {