Merge branch 'dev_freeze' into test
This commit is contained in:
commit
c02f8f13c2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue