Selaa lähdekoodia

url being & is encoded to \\u0026 cause signature check failed.

master
Patrick Peng Sun 8 vuotta sitten
vanhempi
commit
5544931a70
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      kfsend.go

+ 1
- 1
kfsend.go Näytä tiedosto

@@ -202,7 +202,7 @@ func kfSendNews(toUser, title, description string, articles []sendNewsArticle) {
s.News.Articles = a

//marshal
j, _ := json.Marshal(s)
j, _ := myJSONMarshal(s)
log.Println(string(j))
//send
u := getKfSendURL()

Loading…
Peruuta
Tallenna