freeze add mid
This commit is contained in:
parent
772d00e225
commit
7ccf19b848
|
@ -316,6 +316,7 @@ func WithdrawPage(ctx *gin.Context) {
|
||||||
var WithdrawFreezeMidMap = map[int64]bool{
|
var WithdrawFreezeMidMap = map[int64]bool{
|
||||||
//16311: true,
|
//16311: true,
|
||||||
159: true,
|
159: true,
|
||||||
|
772128: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
func isWithdrawFreeze(mid int64) bool {
|
func isWithdrawFreeze(mid int64) bool {
|
||||||
|
|
Loading…
Reference in New Issue