Merge branch 'dev-lwl/freeze_func' into test

This commit is contained in:
lwl0608 2024-10-10 08:26:09 +08:00
commit 5371b90a1f
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ var WithdrawFreezeMidMap = map[int64]bool{
772128: true, 772128: true,
450124: true, 450124: true,
904914: true, 904914: true,
513920: true,
} }
func isWithdrawFreeze(mid int64) bool { func isWithdrawFreeze(mid int64) bool {