diff --git a/app/mix/controller/vas.go b/app/mix/controller/vas.go index 9a0e2c3e..337e644a 100644 --- a/app/mix/controller/vas.go +++ b/app/mix/controller/vas.go @@ -315,7 +315,8 @@ func WithdrawPage(ctx *gin.Context) { var WithdrawFreezeMidMap = map[int64]bool{ //16311: true, - 159: true, + 159: true, + 772128: true, } func isWithdrawFreeze(mid int64) bool {