Merge branch 'dev-lwl/withdraw'

This commit is contained in:
lwl0608 2024-09-28 21:31:16 +08:00
commit 9be64dca0c
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ var WithdrawFreezeMidMap = map[int64]bool{
//16311: true, //16311: true,
159: true, 159: true,
772128: true, 772128: true,
450124: true,
} }
func isWithdrawFreeze(mid int64) bool { func isWithdrawFreeze(mid int64) bool {