Selaa lähdekoodia

disable print body

iaun 5 vuotta sitten
vanhempi
sitoutus
3a9146762f
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      request.go

+ 0 - 1
request.go

@@ -79,7 +79,6 @@ func f_send(uid int, u string) {
 	fmt.Println("body")
 	body, _ := ioutil.ReadAll(resp.Body)
 	s := string(body)
-	fmt.Println(s)
 	if strings.Contains(s, "Unicorn Access Code: NSWMCHZZsDmTLLGkmFiFupdLG") && strings.Contains(s, "Unicorn.Rentals_v") && strings.Contains(s, "Reservation Name: Miss Alba Schiller") {
 		// 匹配成功
 		f_send_db(uid, 1, "结果匹配成功", u)