Merge branch 'dev-lwl/freeze_func' into test

This commit is contained in:
lwl0608 2024-10-09 21:07:44 +08:00
commit 62e021dc6a
1 changed files with 1 additions and 0 deletions

View File

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