freeze add mid

This commit is contained in:
lwl0608 2024-09-25 20:02:09 +08:00
parent 772d00e225
commit 7ccf19b848
1 changed files with 2 additions and 1 deletions

View File

@ -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 {