Merge branch 'dev_freeze' into test

This commit is contained in:
lwl0608 2024-09-25 20:02:21 +08:00
commit c02f8f13c2
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 {