withdraw recover

This commit is contained in:
lwl0608 2024-05-29 14:35:52 +08:00
parent d5ae637214
commit 4887207e0a
1 changed files with 2 additions and 2 deletions

View File

@ -237,8 +237,8 @@ func WithdrawPage(ctx *gin.Context) {
} }
var WithdrawFreezeMidMap = map[int64]bool{ var WithdrawFreezeMidMap = map[int64]bool{
16311: true, //16311: true,
159: true, 159: true,
} }
func isWithdrawFreeze(mid int64) bool { func isWithdrawFreeze(mid int64) bool {