Browse Source

提现唯一键

k.zhang 1 year ago
parent
commit
caa0fe03ac
1 changed files with 3 additions and 0 deletions
  1. 3 0
      apis/shanghu/pay.go

+ 3 - 0
apis/shanghu/pay.go

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