@@ -149,11 +149,8 @@ func PayCashOut(c *gin.Context) {
app.OK(c, nil, "正在提现中...")
return
}
- fmt.Println("tixan")
- time.Sleep(100 * time.Second)
GlobalCashOutMap[inData.OpenId] = 1
-
defer func() {
delete(GlobalCashOutMap, inData.OpenId)
}()