withdraw recover
This commit is contained in:
parent
d5ae637214
commit
4887207e0a
|
@ -237,8 +237,8 @@ func WithdrawPage(ctx *gin.Context) {
|
|||
}
|
||||
|
||||
var WithdrawFreezeMidMap = map[int64]bool{
|
||||
16311: true,
|
||||
159: true,
|
||||
//16311: true,
|
||||
159: true,
|
||||
}
|
||||
|
||||
func isWithdrawFreeze(mid int64) bool {
|
||||
|
|
Loading…
Reference in New Issue